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

replace single import of open API spec with multiple file import import, and handle array of imports #1685

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mikeedjones
Copy link

@mikeedjones mikeedjones commented Feb 28, 2024

Description

Import openAPI spec now allows you to select multiple files - and uses the "name" field of the spec to generate sub-folders.

This approach keeps all the collections in memory before writing them so might not scale super well, but the changes are limited.

Addresses #1541

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

@mikeedjones mikeedjones changed the title replace single import with multiple import, and handle array of imports replace single import of open API spec with multiple import, and handle array of imports Feb 29, 2024
@mikeedjones mikeedjones changed the title replace single import of open API spec with multiple import, and handle array of imports replace single import of open API spec with multiple file import import, and handle array of imports Feb 29, 2024
@helloanoop helloanoop self-assigned this Sep 23, 2024
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.

2 participants