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 ```