diff options
author | 2012-04-16 13:48:54 -0500 | |
---|---|---|
committer | 2012-04-16 13:48:54 -0500 | |
commit | 286cf17b23890b709a7b55ecb21148af88577779 (patch) | |
tree | ea07ebb06e78d9385ed23ea178e6138b213fb6d9 /pygithub3/requests/git_data/blobs.py | |
parent | add Git Data API support (diff) | |
download | python-github3-286cf17b23890b709a7b55ecb21148af88577779.tar.xz python-github3-286cf17b23890b709a7b55ecb21148af88577779.zip |
add some docs I missed
Diffstat (limited to 'pygithub3/requests/git_data/blobs.py')
-rw-r--r-- | pygithub3/requests/git_data/blobs.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pygithub3/requests/git_data/blobs.py b/pygithub3/requests/git_data/blobs.py index 4a49c6b..9ce500a 100644 --- a/pygithub3/requests/git_data/blobs.py +++ b/pygithub3/requests/git_data/blobs.py @@ -5,13 +5,11 @@ from pygithub3.resources.git_data import Blob class Get(Request): - uri = 'repos/{user}/{repo}/git/blobs/{sha}' resource = Blob class Create(Request): - uri = 'repos/{user}/{repo}/git/blobs' resource = Blob body_schema = { |