class
Qdrant::Api::Connection
- Qdrant::Api::Connection
- Reference
- Object
Defined in:
qdrant-api/connection.crConstructors
Instance Method Summary
- #config : Configuration
- #request(klass : T.class, *, method : Symbol, path : String, body = nil, query : Hash(String, _) | Nil = nil, form : Hash(String, Crest::ParamsValue) | Nil = nil, header : Hash(String, String | Nil) | Nil = nil, accept : Array(String) = ["application/json"] of ::String, content_type : Array(String) = ["application/json"] of ::String, auth : Array(String) = [] of ::String, raw : Bool = false) : Response(T) forall T
Constructor Detail
Instance Method Detail
def request(klass : T.class, *, method : Symbol, path : String, body = nil, query : Hash(String, _) | Nil = nil, form : Hash(String, Crest::ParamsValue) | Nil = nil, header : Hash(String, String | Nil) | Nil = nil, accept : Array(String) = ["application/json"] of ::String, content_type : Array(String) = ["application/json"] of ::String, auth : Array(String) = [] of ::String, raw : Bool = false) : Response(T) forall T
#