mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
19 lines
573 B
Markdown
19 lines
573 B
Markdown
# TODO
|
|
|
|
This document is a list of things to do for the project.
|
|
|
|
- [x] `kiota` is not a good fit for the project
|
|
- [x] review `openapi-codegen` and `openapi-generator` for Pydantic model generation
|
|
- `openapi-codegen` is a good fit for the project (supports pydantic, etc.)
|
|
- [ ] look for more lessons learned with `kiota`
|
|
- [ ] review naming conventions
|
|
- [ ] add support for roles, etc.
|
|
- [ ] add support for
|
|
- [ ] determine if httx is a good fit for the project
|
|
|
|
- [ ] saved queries? proceed without for now.
|
|
|
|
- [ ] add tests
|
|
- [ ] add ci/cd
|
|
- [ ] add documentation
|