mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
23 lines
646 B
Markdown
23 lines
646 B
Markdown
# Things to do.
|
|
|
|
## Technical Implementation
|
|
|
|
- [x] review `openapi-codegen` and `openapi-generator` for Pydantic model generation
|
|
- `openapi-codegen` is a good fit for the project (supports pydantic, etc.)
|
|
- [x] look for more lessons learned with `kiota`
|
|
- [ ] httx abstraction (can be added later)
|
|
- [x] request adapters (overkill)
|
|
- [ ]
|
|
|
|
## Endpoints
|
|
- [x] continue refactoring names of models in schema.py to remove `Model1` pattern.
|
|
- [x] add support for roles, endpoints, compute, etc.
|
|
- [ ] saved queries? proceed without for now.
|
|
|
|
## General
|
|
|
|
- [x] review naming conventions
|
|
- [ ] add tests
|
|
- [ ] add ci/cd
|
|
- [ ] add documentation
|