Replies: 2 comments
-
Thanks for raising this @IkeOTL Any chance the documentation here is helpful for you? https://learn.microsoft.com/en-us/openapi/kiota/serialization?tabs=csharp#untyped-node |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah I read through that before, but I couldn't find an example of what I'm doing. The fact I have to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a POST endpoint that in its JSON body has a property of type
Dictionary<string, object>
calledmetadata
. Kiota generated a client that usesUntypedNode
in the generated TS client. I have a working example, but it seems clunky to me:Beta Was this translation helpful? Give feedback.
All reactions