diff --git a/TODO.md b/TODO.md index b648cbe..6926af0 100644 --- a/TODO.md +++ b/TODO.md @@ -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