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

OpenAPI generator does not include availability #6142

Open
mstade opened this issue Feb 23, 2025 · 0 comments
Open

OpenAPI generator does not include availability #6142

mstade opened this issue Feb 23, 2025 · 0 comments

Comments

@mstade
Copy link
Contributor

mstade commented Feb 23, 2025

Which Fern component?

SDK Generator

How urgent is this?

P1 - High (Strongly needed)

What's the issue?

Steps to reproduce:

  1. Add availability to any endpoint, e.g.:
    availability: in-development
  2. Generate an OpenAPI spec
  3. Search the generated OpenAPI spec for any mentions of x-fern-availability or in-development

Expected: I expected the x-fern-availability OpenAPI extension to be added to the generated OpenAPI spec.
Actual: No x-fern-availability extension was added, and no mention of the availability exists anywhere in the output.

Environment:

  • OS: macOS 14.6.1
  • Fern CLI version: tested both 0.43.1 and 0.53.17
  • fernapi/fern-openapi generator version: 0.1.7
  • Node.js version: 20.17.0

Workaround

No response

Logs & Additional Context

No response

Are you interested in contributing a fix?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant