Sha256: 8cd3ca1c30ebfb67631686d290d84436e1d188f5755c8ba034938759960854f9
Contents?: true
Size: 698 Bytes
Versions: 8
Compression:
Stored size: 698 Bytes
Contents
# frozen_string_literal: true module Yext module Api module KnowledgeApi module KnowledgeManager # :knowledge_api: # :knowledge_manager: # :category: # :actions: # - :action: :index # :method: :get # :endpoint: https://api.yext.com/v2/categories # :default_version: 20161012 # :documentation: http://developer.yext.com/docs/api-reference/#operation/getBusinessCategories # :sandbox_only: false # # Class for fetching categories class Category < Yext::Api::Utils::ApiBase end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems