hapic

Crates.iohapic
lib.rshapic
version0.3.0
sourcesrc
created_at2023-10-09 17:13:13.089165
updated_at2023-11-17 18:45:07.060699
descriptionHTTP 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.
homepagehttps://github.com/JOT85/hapic/
repositoryhttps://github.com/JOT85/hapic/
max_upload_size
id998268
size52,314
Jacob O'Toole (JOT85)

documentation

README

HTTP API Client (hapic)

Crates.io docs.rs MIT License

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.

Examples

For examples with an explanation, see the crate documentation.

For a complete client, see the cloudconvert crate.

Tests

For the tests, you need to be running ./test-api-server (just use cargo run).

Then, just use cargo test within ./hapic.

Commit count: 4

cargo fmt