From a25ebd7fc922cb978c4a4efc62e5936f29ce831e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Jan 2024 11:36:59 -0500 Subject: [PATCH] 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. --- TODO.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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