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

External $ref #151

Open
jayvdb opened this issue Nov 19, 2023 · 1 comment
Open

External $ref #151

jayvdb opened this issue Nov 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jayvdb
Copy link
Contributor

jayvdb commented Nov 19, 2023

Describe the bug
If a $ref refers to an external document, cherrybomb panics with "external references are not supported yet.."

To Reproduce
Steps to reproduce the behavior:

  1. Create an open $ref to link to another file
  2. Run cherrybomb on the openapi file
  3. See error

Expected behavior
cherrybomb reads the external doc.

@jayvdb
Copy link
Contributor Author

jayvdb commented Nov 20, 2023

One way to reduce the impact of this is to add pub to run_profile_info etc, so that I can load the OAS myself, and then invoking those inner functions with the loaded doc.

@DeliciousBounty DeliciousBounty added the enhancement New feature or request label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants