mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-09 23:57:36 +00:00
Added create_gist and related File objects
This commit is contained in:
parent
353977c4b2
commit
6450ee6092
3 changed files with 57 additions and 6 deletions
|
@ -33,5 +33,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'
|
||||
|
||||
#== org urls ==#
|
||||
ORG_URL = BASE_URL + '/orgs/{0}'
|
Loading…
Add table
Add a link
Reference in a new issue