Replies: 1 comment
-
Background - same as you … I do not like generators, especially when working code-first APIs, so I started with https://github.com/Dorthu/openapi3. So one part of my motivation is having a capable python library for Swagger 2.0/OpenAPI 3.0/3.1/3.x, flexible enough to get things done with real world services. Something to work with misbehaving services, invalid/* description documents. The APIs you are presented when integrating something. Goals - best dynamic client library, not to feature creep, keeping things reasonable. Lately the pydantic v2 changes required some heavy lifting to get done -the major development activities you referred to-, but well worth it. Releases user-base - currently small, easy to work with Expectations/whishes to users - provide the details required to reproduce issues, motivations for your use-case. e.g. I consider the chunk_iterator snippet a use-case worth supporting such as potential contributors - use-case worth covering, pre-commit is fine, code coverage does not decrease, even documentation? welcome. |
Beta Was this translation helpful? Give feedback.
-
I am creating a Python library & CLI for accessing an internal REST interface at my employer. Your library appeared to be the best choice a few month's back when I started and it's been very reassuring to see the heavy development and the rapid, friendly and helpful responses to issues since then. However, as I'm increasingly committing us to depend on your project, it would be valuable to
Everything is obviously at your discretion.
Beta Was this translation helpful? Give feedback.
All reactions