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

optimize /runOpenApi to allow pre-dereferencing OpenAPI Spec #750

Merged
merged 3 commits into from
Mar 9, 2024

Commits on Mar 8, 2024

  1. Optimize the runOpenApi plugin

    allow passing in an already dereferenced OpenAPI Document for plugins
    that have large openapi specs like github. This takes the runtime for
    Github from over 10s to ~1s on an M1 Max.
    
    Adjust the github plugin to use this new capability by dereferencing on
    plugin initialization, passing the derefed document to the runOpenApi
    function.
    snowe2010 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    d1e6f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4f40b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    275cf68 View commit details
    Browse the repository at this point in the history