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

Enable elements try it #37

Draft
wants to merge 18 commits into
base: features/add-elements-to-show-openapi-spec
Choose a base branch
from

Conversation

kin0992
Copy link
Contributor

@kin0992 kin0992 commented Jun 29, 2023

List of Changes

Motivation and Context

How Has This Been Tested?

Types of changes

  • Chore (nothing changes by a user perspective)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@changeset-bot
Copy link

changeset-bot bot commented Jun 29, 2023

⚠️ No Changeset found

Latest commit: f55d6b9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@kin0992 kin0992 changed the base branch from main to features/add-elements-to-show-openapi-spec June 29, 2023 16:05
Comment on lines +48 to +49
"run:v2": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v2.0/yaml/petstore.yaml npm run dev",
"run:v3": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml npm run dev"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad, I'm going to remove those before opening the PR. I'm using them to test both version of OpenAPI

Suggested change
"run:v2": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v2.0/yaml/petstore.yaml npm run dev",
"run:v3": "OPENAPI_URL=https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml npm run dev"

@kin0992 kin0992 force-pushed the features/add-elements-to-show-openapi-spec branch from e549a01 to 5117c56 Compare July 10, 2023 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant