mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 23:15:09 +00:00
Erroring
This commit is contained in:
parent
ed9c8ceee8
commit
c39e4c1ed6
5 changed files with 42 additions and 9 deletions
|
@ -18,4 +18,12 @@ USER_GISTS_URL = USERS_URL + '/gists'
|
|||
|
||||
USER_FOLLOWERS_URL = USERS_URL + '/followers'
|
||||
|
||||
USER_FOLLOWING_URL = USERS_URL + '/following'
|
||||
USER_FOLLOWING_URL = USERS_URL + '/following'
|
||||
|
||||
|
||||
#== repo urls ==#
|
||||
REPOS_URL = BASE_URL + '/repos/{0}' # repos of a user
|
||||
|
||||
#REPO_URL = REPOS_URL + '/{1}' # a specific repo
|
||||
|
||||
REPO_URL = BASE_URL + '/repos/{0}/{1}' # a specific repo
|
Loading…
Add table
Add a link
Reference in a new issue