Crates.io | atrium-xrpc |
lib.rs | atrium-xrpc |
version | 0.11.6 |
source | src |
created_at | 2023-06-07 13:49:37.783754 |
updated_at | 2024-10-28 13:48:11.80133 |
description | XRPC library for AT Protocol (Bluesky) |
homepage | |
repository | https://github.com/sugyan/atrium |
max_upload_size | |
id | 884781 |
size | 31,792 |
Definitions for ATProto's XRPC request/response, and their associated errors.
The XrpcClient
trait inherits from and uses HttpClient
to provide a default implementation for handling XRPC requests. So developers can create their own Client for XRPC by implementing an HttpClient
that sends asynchronous HTTP requests according to this interface.