mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 15:05:08 +00:00
remove duplicate url and return delete_gist
This commit is contained in:
parent
6483909960
commit
dedaf4e59b
2 changed files with 6 additions and 6 deletions
|
@ -32,9 +32,8 @@ 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'
|
||||
CREATE_GIST_URL = BASE_URL + '/gists' # create a gist
|
||||
|
||||
#== org urls ==#
|
||||
ORG_URL = BASE_URL + '/orgs/{0}'
|
Loading…
Add table
Add a link
Reference in a new issue