https://github.com/3box/ceramic-http-client-rs
Rust library for talking with ceramic over http api
https://github.com/3box/ceramic-http-client-rs
Last synced: 4 months ago
JSON representation
Rust library for talking with ceramic over http api
- Host: GitHub
- URL: https://github.com/3box/ceramic-http-client-rs
- Owner: 3box
- Created: 2023-05-08T19:43:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T18:59:11.000Z (almost 2 years ago)
- Last Synced: 2024-06-24T20:49:47.923Z (almost 2 years ago)
- Language: Rust
- Size: 49.8 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ceramic HTTP API Client
Ceramic [HTTP API](https://developers.ceramic.network/build/http/api/) client written in [rust](https://www.rust-lang.org/).
This library can either generate [serde](https://serde.rs/) compatible requests for use with any http client library, or make requests
against a Ceramic HTTP Api using [reqwest](https://docs.rs/reqwest/latest/reqwest/) when the `remote` feature flag is used (enabled by default).
Please see the [tests](./src/lib.rs) for more information on how to use the library.