zio-arangodb-http
zio-arangodb-http
API
io.funkode.arangodb.http
ArangoClientHttp
ArangoClientJson
ArangoClientSchema
DeriveOpaqueTypeCodec
DeriveOpaqueTypeSchema
HttpDecoder
HttpEncoder
JsonCodecs
Main
Rel
SchemaCodecs
constants
conversions
extensions
zio-arangodb-http
/
io.funkode.arangodb.http
/
ArangoClientSchema
ArangoClientSchema
io.funkode.arangodb.http.ArangoClientHttp$package$.ArangoClientSchema$
object
ArangoClientSchema
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
ArangoClientSchema
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
arangoClientSchema
(
config
:
ArangoConfiguration
,
httpClient
:
Client
,
token
:
Option
[
Token
]):
ArangoClientSchema
def
collection
(
collectionName
:
CollectionName
):
WithSchemaClient
[
ArangoCollectionSchema
]
def
database
(
name
:
DatabaseName
):
WithSchemaClient
[
ArangoDatabaseSchema
]
def
db
:
WithSchemaClient
[
ArangoDatabaseSchema
]
def
graph
(
graphName
:
GraphName
):
WithSchemaClient
[
ArangoGraphSchema
]
def
serverInfo
():
WithSchemaClient
[
ArangoServerSchema
]
def
system
:
WithSchemaClient
[
ArangoDatabaseSchema
]
def
withClient
[
O
](
f
:
ArangoClient
[
Schema
,
Schema
]
=>
O
):
WithSchemaClient
[
O
]
Concrete fields
val
live
:
ZLayer
[
ArangoConfiguration
&
Client
,
ArangoError
,
ArangoClientSchema
]
val
schemaDecoderForHttp
:
HttpDecoder
[
Schema
]
val
schemaEncoderForHttp
:
HttpEncoder
[
Schema
]
val
testContainers
:
ZLayer
[
ArangoConfiguration
&
Client
,
ArangoError
,
ArangoClientSchema
&
ArangoContainer
]