Sha256: b0f90c0145e56ed64431b8b837ead6be73a7d14f119b8f5bdaa2d25c529ae7f7

Contents?: true

Size: 804 Bytes

Versions: 4

Compression:

Stored size: 804 Bytes

Contents

# frozen_string_literal: true

module Yext
  module Api
    module KnowledgeApi
      module Powerlistings
        # :knowledge_api:
        #   :powerlistings:
        #     :listing:
        #       - :action: :index
        #         :method: :get
        #         :endpoint: https://api.yext.com/v2/accounts/{accountId}/powerlistings/publishers
        #         :path_regex: v2/accounts/[^/]+?/powerlistings/publishers
        #         :default_version: 20161012
        #         :documentation: http://developer.yext.com/docs/api-reference/#operation/listPublishers
        #         :sandbox_only: false
        class Publisher < Yext::Api::Utils::ApiBase
          uri "powerlistings/#{default_uri}"

          include Yext::Api::Concerns::AccountChild
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
yext-api-0.1.11 lib/yext/api/knowledge_api/powerlistings/publisher.rb
yext-api-0.1.10 lib/yext/api/knowledge_api/powerlistings/publisher.rb
yext-api-0.1.9 lib/yext/api/knowledge_api/powerlistings/publisher.rb
yext-api-0.1.8 lib/yext/api/knowledge_api/powerlistings/publisher.rb