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