Method: Algolia::QuerySuggestionsClient#custom_post
- Defined in:
- lib/algolia/api/query_suggestions_client.rb
#custom_post(path, parameters = nil, body = nil, request_options = {}) ⇒ Object
242 243 244 245 |
# File 'lib/algolia/api/query_suggestions_client.rb', line 242 def custom_post(path, parameters = nil, body = nil, = {}) response = custom_post_with_http_info(path, parameters, body, ) @api_client.deserialize(response.body, [:debug_return_type] || "Object") end |