zio-arangodb-http
zio-arangodb-http
API
io.funkode.arangodb.http
ArangoClientHttp
ArangoClientJson
DeriveOpaqueTypeCodec
HttpDecoder
HttpEncoder
JsonCodecs
Main
Rel
constants
conversions
extensions
zio-arangodb-http
/
io.funkode.arangodb.http
/
ArangoClientJson
ArangoClientJson
io.funkode.arangodb.http.ArangoClientHttp$package$.ArangoClientJson$
object
ArangoClientJson
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
ArangoClientJson
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
arangoClientJson
(
config
:
ArangoConfiguration
,
httpClient
:
Client
,
token
:
Option
[
Token
]):
ArangoClient
[
JsonEncoder
,
JsonDecoder
]
def
collection
(
collectionName
:
CollectionName
):
WithJsonClient
[
ArangoCollectionJson
]
def
database
(
name
:
DatabaseName
):
WithJsonClient
[
ArangoDatabaseJson
]
def
db
:
WithJsonClient
[
ArangoDatabaseJson
]
def
graph
(
graphName
:
GraphName
):
WithJsonClient
[
ArangoGraphJson
]
def
serverInfo
():
WithJsonClient
[
ArangoServerJson
]
def
system
:
WithJsonClient
[
ArangoDatabaseJson
]
def
withClient
[
O
](
f
:
ArangoClient
[
JsonEncoder
,
JsonDecoder
]
=>
O
):
WithJsonClient
[
O
]
Concrete fields
val
jsonDecoderForHttp
:
HttpDecoder
[
JsonDecoder
]
val
jsonEncoderForHttp
:
HttpEncoder
[
JsonEncoder
]
val
live
:
ZLayer
[
ArangoConfiguration
&
Client
,
ArangoError
,
ArangoClientJson
]
val
testContainers
:
ZLayer
[
ArangoConfiguration
&
Client
,
ArangoError
,
ArangoClientJson
&
ArangoContainer
]