Expand description
Implements functions that we use to connect to the Brane API. Concretely, it is used to retrieve package/data indices.
Re-exports§
pub use crate::errors::ApiError as Error;
Functions§
- Downloads the current data index from the Brane API service.
- Downloads the current package index from the Brane API service.
Type Aliases§
- Defines the DateTime in UTC-type that the GraphQLQuery needs (apparently).