mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-22 22:17:40 +00:00
make -> create
This commit is contained in:
parent
7fa5a05dc0
commit
23bc1f5b74
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ USER_FOLLOWING_URL = USERS_URL + '/following'
|
||||||
|
|
||||||
|
|
||||||
#== repo urls ==#
|
#== repo urls ==#
|
||||||
MAKE_REPO_URL = BASE_URL + '/user/repos' #_auth repo create
|
CREATE_REPO_URL = BASE_URL + '/user/repos' #_auth repo create
|
||||||
|
|
||||||
REPOS_URL = BASE_URL + '/repos/{0}' # repos of a user
|
REPOS_URL = BASE_URL + '/repos/{0}' # repos of a user
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue