Remove photo dynamic_url, since this is marked as "internal" in the frontend code
This commit is contained in:
parent
3a13d13c42
commit
ebaf3bc036
4 changed files with 0 additions and 33 deletions
|
@ -187,11 +187,6 @@ class ApiPhoto(ApiBase):
|
|||
**kwds)["result"]
|
||||
return Photo(self._client, result)
|
||||
|
||||
def dynamic_url(self, photo, **kwds):
|
||||
""" Not yet implemented """
|
||||
raise NotImplementedError()
|
||||
|
||||
# TODO: Add options
|
||||
def next_previous(self, photo, options=None, **kwds):
|
||||
"""
|
||||
Endpoint: /photo/<id>/nextprevious[/<options>].json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue