Files
neon-api-python/TODO.md
T
2024-01-18 12:00:20 -05:00

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