[−][src]Crate apollo_client
Rust🦀 client for Apollo.
Power by Rust async/await.
Features
Not all features are default, you can read the [features] section of Cargo.toml to know all the features.
The xml and yaml features aren't enable by default, if you have such kind namespace, you should add
features in Cargo.toml, just like:
apollo-client = { version = "0.4.0", features = ["yaml", "xml"] }
Or simply enable all features:
apollo-client = { version = "0.4.0", features = ["full"] }
Usage
You can find some examples in the examples directory.
Structs
| Client | Represents the apollo client. |
| ClientConfig | Configuration of Apollo and api information. |
| Response | Apollo config api response. |
| Responses | Apollo config api responses. |
Enums
| ClientError | Apollo client crate side |
| IpValue | Apollo config api |
| NamespaceKind | Kind of a configuration namespace. |
Functions
| canonicalize_namespace | Canonicalize the namespace. Just add |
Type Definitions
| ClientResult | Apollo client crate side |