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
|
@ -81,10 +81,6 @@ class Photo(TroveboxObject):
|
|||
result = self._client.photo.view(self, options, **kwds)
|
||||
self._replace_fields(result.get_fields())
|
||||
|
||||
def dynamic_url(self, **kwds):
|
||||
""" Not implemented yet """
|
||||
raise NotImplementedError()
|
||||
|
||||
def next_previous(self, options=None, **kwds):
|
||||
"""
|
||||
Endpoint: /photo/<id>/nextprevious[/<options>].json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue