nielsing / yar

Yar is a tool for plunderin' organizations, users and/or repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Github Enterprise

davegallant opened this issue · comments

Can yar be extended for GitHub Enterprise use?

This can be done by modifying the BaseURL:

baseURL := url.URL{Scheme: "https", Host: "mygithub.com", Path: "api/v3/"}
m.Client.BaseURL = &baseURL