From 0880f553f0cc894b4bbab749512b51dfb1f84c8e Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Wed, 20 Mar 2024 15:30:15 +0100 Subject: [PATCH] Check off todo items --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ef7973..0a81154 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ From the comment at: https://github.com/microsoft/kiota/issues/2199#issuecomment - [x] Parse node interface - [x] Request adapter interface -WIP: +#### Abstractions -- [ ] Backing stores https://github.com/ricardoboss/dart_kiota_abstractions/pull/10 -- [ ] Authentication https://github.com/ricardoboss/dart_kiota_abstractions/pull/12 +- [x] Backing stores https://github.com/ricardoboss/dart_kiota_abstractions/pull/10 +- [x] Authentication https://github.com/ricardoboss/dart_kiota_abstractions/pull/12 -Things other abstractions have, but this one doesn't: +#### Implementations - [ ] Text serialization/deserialization - [ ] JSON serialization/deserialization