mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
a25ebd7fc9
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.
12 lines
445 B
Markdown
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
|