A python library for creating fully typed declarative API clients quickly and easily.
It's still early development and this is currently tightly coupled with `httpx` and `attrs`, but could expand to support others in the future if there's interest.
- Fully typed request params / body
- Fully typed response body
- Built in serialization/deserialization with attrs
- Basic error and serialization handling
- REST and JSON support
- Authentication mechanisms
- Basic Auth
- Token / JWT
- Digest
- NetRC
- Any auth supported by httpx or [httpx_auth](https://github.com/Colin-b/httpx_auth), including custom schemes