Skip to content
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

chore(cli): Consolidate OpenAPI settings #5338

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

amckinney
Copy link
Contributor

This consolidates OpenAPI settings spread across both the OpenAPI parser and OpenAPI IR -> Fern converter layer into a single place. With this, we can expose the settings in the @fern-api/snippets-core library so that each configurable API spec can configure whatever settings they need.

This required refactoring the old OpenAPI settings, so we no longer have the duplicative SpecImportSettings interface. All test fixtures remain unchanged.

@amckinney amckinney requested a review from dsinghvi as a code owner December 5, 2024 00:37
@amckinney amckinney merged commit 4673aec into main Dec 5, 2024
50 checks passed
@amckinney amckinney deleted the amckinney/openapi/settings branch December 5, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants