From 802a9c4a761fa698f46206336d19084049ad63d2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Jan 2024 12:09:27 -0500 Subject: [PATCH] Review openapi-codegen and openapi-generator for Pydantic model generation --- TODO.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 36b8d60..5de38ce 100644 --- a/TODO.md +++ b/TODO.md @@ -2,11 +2,12 @@ ## Technical Implementation -- [x] `kiota` is not a good fit for the project -- [x] review `openapi-codegen` and `openapi-generator` for Pydantic model generation +- [x] review `openapi-codegen` and `openapi-generator` for Pydantic model generation [completion:: 2024-01-18] - `openapi-codegen` is a good fit for the project (supports pydantic, etc.) - [ ] look for more lessons learned with `kiota` - [ ] httx abstraction (can be added later) + - [x] request adapters (overkill) [completion:: 2024-01-18] + - [ ] ## Endpoints