Expand description
The apollo-client
crate provides a client for interacting with an Apollo configuration service.
This client is responsible for managing configurations for different namespaces, caching them locally,
and keeping them refreshed periodically. It also supports different behavior for wasm32 and non-wasm32 targets,
allowing it to be used in various environments.
Modules§
- cache
- Cache for the Apollo client.
- client_
config - Configuration for the Apollo client.
Structs§
- Client
- Apollo client.
Enums§
- Error
- Different types of errors that can occur when using the client.