Hey HN. I've been building my dream API client for Python. It's a project I've been working on for a few years now, but only recently had the "moment" when it all clicked about what I was trying to solve.
The newest version introduces a high-level abstraction around HTTP that lets you write an API client as quickly as you can write an API server, and still gives you hooks into configuration if you need it.
Someone told me it feels like "FastAPI but for API clients", which I'll take as a compliment (I'm also aware of how tired we are of "FastAPI for X" comparisons!).