From 7df0fe9ab6a9064b02ea583c4542926f3fca5873 Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Thu, 8 Feb 2024 23:15:22 +0100 Subject: [PATCH] More things to do --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aa2993..de473a8 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,11 @@ From the comment at: https://github.com/microsoft/kiota/issues/2199#issuecomment - [x] Parse node interface - [x] Request adapter interface -Things other abstractions have, but this doesn't: +Things other abstractions have, but this one doesn't: - [ ] Backing stores - [ ] Authentication +- [ ] JSON serialization/deserialization +- [ ] Form data serialization/deserialization + +These could be added in the future or by other packages.