1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-30 20:48:12 +00:00

make -> create

This commit is contained in:
sudosnok 2022-04-06 20:32:01 +01:00
parent 7fa5a05dc0
commit 23bc1f5b74

View file

@ -22,7 +22,7 @@ USER_FOLLOWING_URL = USERS_URL + '/following'
#== 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