mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 15:05:08 +00:00
Post objects
This commit is contained in:
parent
66486211f3
commit
36c9c6eb6d
3 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue