Skip to content

Commit dfea424

Browse files
committed
Expose the API url used by the GitHub
1 parent 9d03435 commit dfea424

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/java/org/kohsuke/github/GitHub.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ public HttpConnector getConnector() {
259259
return connector;
260260
}
261261

262+
public String getApiUrl() {
263+
return apiUrl;
264+
}
265+
262266
/**
263267
* Sets the custom connector used to make requests to GitHub.
264268
*/

0 commit comments

Comments
 (0)