Martin
Martin
Hi there, first of all, thanks for a great library and apologies if this exists already, haven't been able to find it. Is it possible to get the groups assigned...
First of all, thanks for a great extension! This PR adds the ability to configure both horizontal and vertical window size (previously, only one was configurable - depending on your...
Easily define API clients that uses multiple API endpoints, sharing auth, base url, etc. This is still a work in progress, just a rough draft for now. ```python # ......
At the moment, things work well for single API endpoint clients and you can do multi-endpoint API clients as well though it's not as nice of an experience. Bring it...
There's some questions here around how best to approach modelling GraphQL request/responses.
Allow configuring the (de)serializer used via attributes on the `Client` or `Api` definition, rather than current approach which iterates through available (de)serializers to see which one can apply.
Currently, there's some duplication in the tests as we run tests across different serialization libraries (pydantic, attrs, dataclasses, msgspec), and each of these has their own files and tests. Would...
A test using AI agents to do this. Need to check it more thoroughly. Resolves #23