Skip to content

Running example

To help explain how this all works, we'll use the example of a package we want to set up that will load API definitions from an OpenAPI specification (JSON).

  • We will want some inputs to configure the package, such as:
    • The JSON containing the API definitions
    • Whether to load these into a new connection or reuse an existing connection
    • The details for the connection (whether new or existing)
  • And we will want to provide some general information about the package itself, such as:
    • It's name
    • An icon
    • Where it's documented