SAP / cloud-sdk-js

Use the SAP Cloud SDK for JavaScript / TypeScript to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, SAP SuccessFactors, and many others.
Apache License 2.0
161 stars 55 forks source link

feat: Support parsing media type `application/merge-patch+json`. #4833

Closed shibeshduw closed 1 month ago

shibeshduw commented 1 month ago

OpenAPI Generator can now parse application/merge-patch+json which are present in the spec. Current support is limited to JSON media types. However, there are other types which causes warnings during generation of AI Core Clients in the AI SDK:

These would need some additional functionality because they directly affect the response headers.

Closes SAP/gen-ai-hub-sdk-js#53