Remove photo dynamic_url, since this is marked as "internal" in the frontend code

This commit is contained in:
sneakypete81 2013-09-15 11:28:40 +01:00
parent 3a13d13c42
commit ebaf3bc036
4 changed files with 0 additions and 33 deletions

View file

@ -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