def list_url(cls, location_id): return client.build_url('locations/') + location_id + '/'
def list_url(cls): return client.build_url('locations/')