Manticoresearch::ApiClient
Constants
Constructors
Instance methods
call_api(resource_path : String, method : String, path_params : Hash(String, String) | Nil = nil, query_params : Hash(String, String) | Nil = nil, header_params : HTTP::Headers | Nil = nil, body : String | JSON::Any | Nil = nil, post_params : Hash(String, String) | Nil = nil, files : Hash(String, String) | Nil = nil, response_type : String | Nil = nil, _return_http_data_only : Bool = true, _preload_content : Bool = true, _request_timeout : Int32 | Nil = nil) : JSON::Any
Sourceclient_side_validation
Sourceclose
Sourceconfiguration
Sourceconfiguration=(configuration : Configuration)
Sourcecookie
Sourcedefault_headers
Sourcedefault_headers=(default_headers : HTTP::Headers)
Sourcedelete_resp(url : String, headers : HTTP::Headers | Nil = nil, body : JSON::Any | Nil = nil) : JSON::Any
Sourceget_resp(url : String, headers : HTTP::Headers | Nil = nil, query_params : Hash(String, String) | Nil = nil) : JSON::Any
Sourcepost_resp(url : String, headers : HTTP::Headers | Nil = nil, body : JSON::Any | Nil = nil) : JSON::Any
Sourceput_resp(url : String, headers : HTTP::Headers | Nil = nil, body : JSON::Any | Nil = nil) : JSON::Any
SourceAdditional methods from Python version