Skip to content

Support for raw content in text/plain responses #878

@baywet

Description

@baywet

Related to microsoft/OpenAPI.NET.OData#129 and microsoft/OpenAPI.NET.OData#141

/$count returns a text/plain response with an int32. It can't be changed to another type due to how the OData protocol is designed

To fully support this (once the conversion pull request gets merged), we need to:

  • update the builder so it generates fluent API paths for text/plain as well
  • add deserialization libraries for text/plain for C#, TS, Java, Ruby, Go (and eventually PhP)
  • register these providers by default
  • update the readme to point to these new libraries

Metadata

Metadata

Assignees

Labels

CLIWork to support generating CLIs with KiotaCsharpPull requests that update .net codeGoJavaTypeScriptPull requests that update Javascript codeenhancementNew feature or requestfixedgeneratorIssues or improvements relater to generation capabilities.

Type

No type

Projects

Status

Done ✔️

Relationships

None yet

Development

No branches or pull requests

Issue actions