Expose the API url used by the GitHub

This commit is contained in:
Stephen Connolly
2017-01-05 09:36:58 +00:00
parent 9d03435aa1
commit dfea424b94

View File

@@ -259,6 +259,10 @@ public class GitHub {
return connector;
}
public String getApiUrl() {
return apiUrl;
}
/**
* Sets the custom connector used to make requests to GitHub.
*/