class Qdrant::Api::Connection

Defined in:

qdrant-api/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(config : Configuration) #

[View source]

Instance Method Detail

def config : Configuration #

[View source]
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 #

[View source]