ArangoClientHttp
io.funkode.arangodb.http.ArangoClientHttp
class ArangoClientHttp[Encoder[_], Decoder[_]](config: ArangoConfiguration, httpClient: Client, token: Option[Token])(using httpEncoder: HttpEncoder[Encoder], httpDecoder: HttpDecoder[Decoder], tokenEncoder: Encoder[Token], tokenDecoder: Decoder[Token], userEncoder: Encoder[UserPassword], userDecodeR: Decoder[UserPassword], errorDecoder: Decoder[ArangoError]) extends ArangoClient[Encoder, Decoder]
Attributes
- Graph
- Supertypes
- trait ArangoClient[Encoder, Decoder]class Objecttrait Matchableclass Any