4 releases (breaking)
0.4.0 | Aug 21, 2023 |
---|---|
0.3.0 | Jun 27, 2023 |
0.2.0 | Jun 11, 2023 |
0.1.0 | Jun 7, 2023 |
#3 in #bluesky
150 downloads per month
Used in 2 crates
22KB
507 lines
ATrium XRPC
Definitions for ATProto's XRPC request/response, and their associated errors.
And a client using reqwest
that can be used as its default implementation is included.
use atrium_xrpc::client::reqwest::ReqwestClient;
let client = ReqwestClient::new("https://bsky.social".into());
Dependencies
~4–18MB
~267K SLoC