https://github.com/jmjoy/apollo-client
Ctrip Apollo client for Rust🦀.
https://github.com/jmjoy/apollo-client
apollo client
Last synced: 2 months ago
JSON representation
Ctrip Apollo client for Rust🦀.
- Host: GitHub
- URL: https://github.com/jmjoy/apollo-client
- Owner: jmjoy
- License: unlicense
- Created: 2019-12-23T10:41:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T12:06:55.000Z (about 1 year ago)
- Last Synced: 2025-04-19T06:08:29.686Z (2 months ago)
- Topics: apollo, client
- Language: Rust
- Homepage:
- Size: 193 KB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apollo Client
[](https://github.com/jmjoy/apollo-client/actions?query=workflow%3ARust+branch%3Amaster+event%3Apush++)
[](https://crates.io/crates/apollo-client)
[](https://docs.rs/apollo-client)
[](https://github.com/jmjoy/apollo-client)
[](https://github.com/jmjoy/apollo-client/blob/master/LICENSE)[Ctrip Apollo](https://github.com/ctripcorp/apollo) client for Rust🦀.
Power by Rust `async/await`.
## Installation
With [cargo edit](https://github.com/killercup/cargo-edit) installed run:
```sh
$ cargo add -s --features full tokio
$ cargo add -s --features full apollo-client
```## Support
- [x] Fetch config via config service.
- [ ] Fetch config via mata service.
- [x] Authorization for configuration api.
- [x] Apollo open apis.## Features
- **host**: IpValue HostName, HostIp and HostCidr options, enable by default.
- **conf**: Apollo configuration apis, enable by default.
- **open**: Apollo open platform apis.
- **full**: All features.## Usage
You can find more examples in [the example directory](https://github.com/jmjoy/apollo-client/tree/master/examples).
## License
[Unlicense](https://github.com/jmjoy/apollo-client/blob/master/LICENSE).