mirror of
https://github.com/michenriksen/gitrob.git
synced 2025-12-31 19:00:15 -06:00
Update README.md
change endpoint path to include trailing 'v3' per the github_api gem's documentation (https://github.com/peter-murach/github/blob/master/README.md#21-basic)
This commit is contained in:
@@ -70,7 +70,7 @@ See `gitrob help analyze` for more options.
|
||||
|
||||
Gitrob can analyze organizations and users on custom GitHub Enterprise installations instead of the official GitHub site. The `analyze` command takes several options to control this:
|
||||
|
||||
gitrob analyze johndoe --site=https://github.acme.com --endpoint=https://github.acme.com/api --access-tokens=token1,token2
|
||||
gitrob analyze johndoe --site=https://github.acme.com --endpoint=https://github.acme.com/api/v3 --access-tokens=token1,token2
|
||||
|
||||
See `gitrob help analyze` for more options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user