mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
646 B
646 B
Things to do.
Technical Implementation
- review
openapi-codegenandopenapi-generatorfor Pydantic model generationopenapi-codegenis a good fit for the project (supports pydantic, etc.)
- look for more lessons learned with
kiota- httx abstraction (can be added later)
- request adapters (overkill)
Endpoints
- continue refactoring names of models in schema.py to remove
Model1pattern. - add support for roles, endpoints, compute, etc.
- saved queries? proceed without for now.
General
- review naming conventions
- add tests
- add ci/cd
- add documentation