yar icon indicating copy to clipboard operation
yar copied to clipboard

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

Results 1 yar issues
Sort by recently updated
recently updated
newest added

Can yar be extended for GitHub Enterprise use? This can be done by modifying the `BaseURL`: ```golang baseURL := url.URL{Scheme: "https", Host: "mygithub.com", Path: "api/v3/"} m.Client.BaseURL = &baseURL ```