Class: Yext::Api::LiveApi::Location

Inherits:
Utils::ApiBase show all
Includes:
Concerns::AccountChild
Defined in:
lib/yext/api/live_api/location.rb

Overview

:live_api:

:objects:
  :location:
    :has_many: language_profile
    :has_many: location_schema
    :actions:
      - :action: :index
        :method: :get
        :endpoint: https://liveapi.yext.com/v2/accounts/{accountId}/locations
        :path_regex: https://liveapi.yext.com/v2/accounts/[^/]+?/locations
        :default_version: 20161012
        :documentation: http://developer.yext.com/docs/live-api/#operation/locationsList
        :sandbox_only: false
      - :action: :show
        :method: :get
        :endpoint: https://liveapi.yext.com/v2/accounts/{accountId}/locations/{locationId}
        :path_regex: https://liveapi.yext.com/v2/accounts/[^/]+?/locations/[^/]+??
        :default_version: 20161012
        :documentation: http://developer.yext.com/docs/live-api/#operation/getLocation
        :sandbox_only: false

Method Summary

Methods included from Concerns::AccountChild

#accountId=, association_name, ensure_relation, with_account_path

Methods included from Concerns::FaradayConnection

faraday_connection