class Envirobly::Api

def list_regions

def list_regions
  get_as_json api_v1_regions_url, headers: authorization_headers
end