Remove all endpoints that return forms.
This commit is contained in:
parent
adecf7aad0
commit
a4add97f59
8 changed files with 0 additions and 90 deletions
|
@ -43,10 +43,6 @@ class ApiAlbum(ApiBase):
|
|||
album = Album(self._client, {"id": album})
|
||||
return album.delete(**kwds)
|
||||
|
||||
def form(self, album, **kwds):
|
||||
""" Not yet implemented """
|
||||
raise NotImplementedError()
|
||||
|
||||
# TODO: Should be just "add"
|
||||
def add_photos(self, album, photos, **kwds):
|
||||
""" Not yet implemented """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue