mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
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.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
- [ ] review naming conventions
|
||||
- [ ] decide upon
|
||||
- [x] experiment with `openapi-codegen`
|
||||
- [ ]
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user