15 unstable releases

0.8.0 Jun 23, 2024
0.7.5 Jun 10, 2023
0.7.3 Aug 11, 2022
0.7.2 Apr 25, 2022
0.1.0 Dec 27, 2019

#541 in Web programming

Download history 111/week @ 2024-07-23 265/week @ 2024-07-30 177/week @ 2024-08-06 157/week @ 2024-08-13 107/week @ 2024-08-20 86/week @ 2024-08-27 180/week @ 2024-09-03 76/week @ 2024-09-10 64/week @ 2024-09-17 45/week @ 2024-09-24 5/week @ 2024-10-01 62/week @ 2024-10-08 69/week @ 2024-10-15 16/week @ 2024-10-22 63/week @ 2024-10-29 100/week @ 2024-11-05

261 downloads per month
Used in apollo-puller

Unlicense

67KB
1.5K SLoC

Apollo Client

Actions Crate API Lines License

Ctrip Apollo client for Rust🦀.

Power by Rust async/await.

Installation

With cargo edit installed run:

$ cargo add -s --features full tokio
$ cargo add -s --features full apollo-client

Support

  • Fetch config via config service.
  • Fetch config via mata service.
  • Authorization for configuration api.
  • 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.

License

Unlicense.

Dependencies

~5–38MB
~592K SLoC