class RecombeeApiClient::ListSeries
Gets the list of all the series currently present in the database.
Attributes
Public Class Methods
Source
# File lib/recombee_api_client/api/list_series.rb, line 18 def initialize() @timeout = 100000 @ensure_https = false end
Public Instance Methods
Source
# File lib/recombee_api_client/api/list_series.rb, line 29 def body_parameters p = Hash.new p end
Values of body parameters as a Hash
Source
# File lib/recombee_api_client/api/list_series.rb, line 24 def method :get end
HTTP method
Source
# File lib/recombee_api_client/api/list_series.rb, line 42 def path "/{databaseId}/series/list/" end
Relative path to the endpoint
Source
# File lib/recombee_api_client/api/list_series.rb, line 36 def query_parameters params = {} params end
Values of query parameters as a Hash. name of parameter => value of the parameter