-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http - implement body inspection handler #482
Comments
Let me take a stab at it and see what I can do |
Hi, I've been using Kiota in C# now for talking to HMRC Services in the UK. However, they are aaplication/xml content instead of json. So, even though responses are (or can be) in the OpenApi yaml file, nothing is generated to get them. I'm thinking this issue may solve my problem from the looks of it? If I can get the status code and body content then I can handle myself. |
@AndrewZenith if the xml structure is described with a JSON schema, you'll get a much better experience by:
Arguably it's a bit more work though. And if you're willing to, you could even stand up a new project/package under the kiota community organization, so others can also use the XML implementation. |
100+ classes for just one of the many responses. I have the xsd's though. |
specification microsoftgraph/msgraph-sdk-design#116
make sure you update the documentation as well
The text was updated successfully, but these errors were encountered: