mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 15:05:08 +00:00
Adding files to repos
This commit is contained in:
parent
72bd647c9b
commit
3d49dd9246
5 changed files with 102 additions and 37 deletions
|
@ -28,6 +28,10 @@ REPOS_URL = BASE_URL + '/repos/{0}' # repos of a user
|
|||
|
||||
REPO_URL = BASE_URL + '/repos/{0}/{1}' # a specific repo
|
||||
|
||||
ADD_FILE_URL = BASE_URL + '/repos/{}/{}/contents/{}'
|
||||
|
||||
ADD_FILE_BRANCH = BASE_URL + ''
|
||||
|
||||
REPO_ISSUE_URL = REPO_URL + '/issues/{2}' # a specific issue
|
||||
|
||||
# == gist urls ==#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue