API Reference astra v0.5.0
Modules
Provides functions to access the public methods of the Astra Auth API for databases hosted on https://astra.datastax.com.
Astra.Auth.Http
provides direct access to all HTTP methods implemented in HTTPoison
. It is used by Astra.Rest
to add required headers and security to request, but could also be used to directly access unimplemented functionality in the future.
Provides functions to access the public methods of the Document API for databases hosted on https://astra.datastax.com.
Astra.Document.Http
provides direct access to all HTTP methods implemented in HTTPoison
. It is used by Astra.Document
to add required headers and security to request, but could also be used to directly access unimplemented functionality in the future.
Provides functions to access the public methods of the GraphQL API for databases hosted on https://astra.datastax.com.
Astra.Graphql.Http
provides direct access to all HTTP methods implemented in HTTPoison
. It is used by Astra.Graphql
to add required headers and security to request, but could also be used to directly access unimplemented functionality in the future.
Astra.Rest
provides functions to access the public methods of the REST interface for databases hosed on https://astra.datastax.com.
Astra.Rest.Http
provides direct access to all HTTP methods implemented in HTTPoison
. It is used by Astra.Rest
to add required headers and security to request, but could also be used to directly access unimplemented functionality in the future.
Functions for working with the document (aka namespace) schema APIs
Astra.Schema.Http
provides direct access to all HTTP methods implemented in HTTPoison
. It is used by Astra.Schema
to add required headers and security to request, but could also be used to directly access unimplemented functionality in the future.
Functions for working with the REST (aka keyspace) schema APIs