Files
neon-api-python/TODO.md
T
kennethreitz a25ebd7fc9 Refactor TODO.md file
This commit refactors the TODO.md file by updating the list of tasks and removing unnecessary items. It also suggests using `openapi-codegen` for Pydantic model generation and reviews naming conventions.
2024-01-18 11:36:59 -05:00

12 lines
445 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.
- [ ] determine if httx is a good fit for the project