Skip to content

Initial implementation for openapi requests imports (#121) #816

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

riojosdev
Copy link
Contributor

PR Description

Added openapi_spec package v0.7.24
Initial APIDash support for importing requests from OpenAPI spec files implemented

Related Issues

Checklist

  • I have gone through the contributing guide
  • I have updated my branch and synced it with project main branch before making this PR
  • I am using the latest Flutter stable branch (run flutter upgrade and verify)
  • I have run the tests (flutter test) and all tests are passing

Added/updated tests?

We encourage you to add relevant test cases.

  • Yes
  • No, and this is why: The initial commit is a draft, but working implementation. In need of refactoring, tests and the fixing of certain bugs to APIDash internals and external dependencies

OS on which you have developed and tested the feature?

  • Windows
  • macOS
  • Linux

added openapi_spec package v0.7.24
APIDash can import requests from OpenAPI spec files
@riojosdev
Copy link
Contributor Author

riojosdev commented Apr 16, 2025

tazatechnology/openapi_spec#76 needs to be fixed for the correct retrieval of headers and params (check comments in code)

I assume solving APIDash Issue #771 & #815 (not yet planned) would also help making this PR fit for production

@riojosdev riojosdev marked this pull request as ready for review April 17, 2025 05:51
@riojosdev riojosdev marked this pull request as draft April 17, 2025 05:55
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.

Importing Requests from OpenAPI Specification file
1 participant