Crates.io | hapic |
lib.rs | hapic |
version | 0.3.0 |
source | src |
created_at | 2023-10-09 17:13:13.089165 |
updated_at | 2023-11-17 18:45:07.060699 |
description | HTTP API Client (hapic): A Rust crate for quickly creating nice-to-use client libraries for HTTP APIs, in particular, there's lots of tooling around HTTP JSON APIs. |
homepage | https://github.com/JOT85/hapic/ |
repository | https://github.com/JOT85/hapic/ |
max_upload_size | |
id | 998268 |
size | 52,314 |
A Rust crate for quickly creating nice-to-use client libraries for HTTP APIs, in particular, there's lots of tooling around HTTP JSON APIs.
This is still a work in progress.
For examples with an explanation, see the crate documentation.
For a complete client, see the cloudconvert
crate.
For the tests, you need to be running ./test-api-server (just use cargo run
).
Then, just use cargo test
within ./hapic.