mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-31 04:58:12 +00:00
Merge branch 'main' of https://github.com/VarMonke/Github-Api-Wrapper
This commit is contained in:
commit
56760c2752
2 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,7 @@ REPO_ISSUE_URL = REPO_URL + '/issues/{2}' # a specific issue
|
|||
|
||||
#== gist urls ==#
|
||||
GIST_URL = BASE_URL + '/gists/{0}' # specific gist
|
||||
CREATE_GIST_URL = BASE_URL + '/gists' # create a gist
|
||||
|
||||
CREATE_GIST_URL = BASE_URL + '/gists'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue