Example #1
0
 def list_url(cls, location_id):
     return client.build_url('locations/') + location_id + '/'
Example #2
0
 def list_url(cls):
     return client.build_url('locations/')