1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 15:05:08 +00:00

Post objects

This commit is contained in:
VarMonke 2022-04-04 20:19:53 +05:30
parent 66486211f3
commit 36c9c6eb6d
3 changed files with 18 additions and 1 deletions

View file

@ -22,6 +22,8 @@ USER_FOLLOWING_URL = USERS_URL + '/following'
#== repo urls ==#
MAKE_REPO_URL = BASE_URL + '/user/repos' #_auth repo create
REPOS_URL = BASE_URL + '/repos/{0}' # repos of a user
REPO_URL = BASE_URL + '/repos/{0}/{1}' # a specific repo