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