happi 0.0.2

Automatic & type-safe API clients - provide the interface and i will happily do the rest :)
Documentation
[![crates.io](https://img.shields.io/crates/v/happi.svg)](https://crates.io/crates/happi)
[![docs.rs](https://docs.rs/happi/badge.svg)](https://docs.rs/happi/latest)
![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg)

# happi

## an auto-impl http client that will leave you `happi` :)

This includes a CI/CD pipeline, README templating, and cargo-make scripts.

## Setup
|Type|Name|Value|How-To|
|--|--|--|--|
|Github Repo Secret|CARGO_TOKEN|Token issued for your user by crates.io|[How-To]https://doc.rust-lang.org/cargo/reference/publishing.html#before-your-first-publish|
|Github Repo Secret|GH_TOKEN|A GitHub PAT|[How-To]https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token|

## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT]LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.