Sha256: 29d6ab93e4fc9c0b410470cfe67d5a443babe19062d14a8901ed6b832ae34a3e
Contents?: true
Size: 367 Bytes
Versions: 7
Compression:
Stored size: 367 Bytes
Contents
# Logs API - https://swiftype.com/documentation/app-search/api/logs module Elastic module AppSearch class Client module Logs # The API Log displays API request and response data at the Engine level. def get_api_logs(engine_name, options) post("engines/#{engine_name}/logs/api", options) end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems