-
Notifications
You must be signed in to change notification settings - Fork 736
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -477,7 +477,10 @@ void check(String apiUrl) throws IOException { | |
} | ||
|
||
/** | ||
* Ensures that the API URL is valid. | ||
* Tests the connection. | ||
* | ||
* <p> | ||
* Verify that the API URL and credentials are valid to access this GitHub. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
kohsuke
Author
Collaborator
|
||
* | ||
* <p> | ||
* This method returns normally if the endpoint is reachable and verified to be GitHub API URL. | ||
|
This method no requires a valid credentials. It can be used with am anonymous user. At least, it was my initial intention before your modifications.