WhyDocsPricingDownloadChangelogGitHub

Documentation

  • Docs
    • Getting Started
      • Installation
      • Quick start
    • Concepts
      • Files-first
      • The hierarchy
      • OpenAPI as the source of truth
      • Instance visibility
      • Environments
    • Guides
      • Importing a spec
      • Request instances
      • Auth & middlewares
      • Writing workflows
      • CI/CD
      • Documenting an API
      • Pro license
    • Interface
      • Navigation
      • History
      • Command palette
      • Keyboard shortcuts
    • Reference
      • File formats
        • config.json
        • api.json
        • _resource.json
        • Request instances
        • Environment files
        • schema.rules.json
        • Documentation files
        • Workflow files
    • CLI reference
      • project
      • api
      • schema
      • spec
      • req
      • env
      • workflow
      • license
      • completion
    • Plugins
      • Using plugins
      • Writing a plugin

Using plugins

Coming soonUsing plugins

The plugin system isn't built yet. This page will cover installing a plugin (an npm package), declaring it in config.json, and configuring it per API or per operation through the form it provides, with its data stored in the plugins namespace of _resource.json.

See Plugins for the overview.