Ejemplo n.º 1
0
 def list_url(cls, location_id):
     return client.build_url('locations/') + location_id + '/'
Ejemplo n.º 2
0
 def list_url(cls):
     return client.build_url('locations/')