mirror of
https://github.com/kennethreitz/python-github3.git
synced 2026-06-05 23:10:17 +00:00
proper requests authentication
This commit is contained in:
+1
-6
@@ -59,6 +59,7 @@ class BaseResource(object):
|
||||
_gh = gh
|
||||
)
|
||||
|
||||
|
||||
def update(self):
|
||||
deploy = key_diff(self._cache, self.dict(), pack=True)
|
||||
|
||||
@@ -69,12 +70,6 @@ class BaseResource(object):
|
||||
return r
|
||||
|
||||
|
||||
|
||||
def setattr(self, k, v):
|
||||
# TODO: when writable key changed,
|
||||
pass
|
||||
|
||||
|
||||
class Plan(BaseResource):
|
||||
"""Github Plan object model."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user