1
Fork 0
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:
sudosnok 2022-04-10 20:26:49 +01:00
parent 353977c4b2
commit 6450ee6092
3 changed files with 57 additions and 6 deletions

View file

@ -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}'