From 29ddca2f9ee33f681c256f07f09af2d02c7c413b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2024 08:36:47 -0500 Subject: [PATCH] cleanup --- TODO.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index b209b6b..0000000 --- a/TODO.md +++ /dev/null @@ -1,22 +0,0 @@ -# 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