fern-api / fern

Input OpenAPI. Output SDKs and Docs.
https://buildwithfern.com
Apache License 2.0
2.68k stars 152 forks source link

feat(cli): add display names on schemas in openapi parser #4621

Closed RohinBhargava closed 2 months ago

RohinBhargava commented 2 months ago

This PR introduces a new WithTitle schema to the OpenAPI IR SDK.

Changes