1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 23:15:09 +00:00
This commit is contained in:
VarMonke 2022-03-27 22:33:18 +05:30
parent ed9c8ceee8
commit c39e4c1ed6
5 changed files with 42 additions and 9 deletions

View file

@ -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