OpenAPI Resource Node
The OpenAPI Resource (previously known as Swagger) makes it easy to integration with an OpenAPI-compliant RESTful HTTP API.
Properties
Definition URL
Prop | openApiNode.definitionUrl |
---|---|
Type | string |
Default | https:// |
The URL to the OpenAPI specification of your API.
Spec Content
Prop | openApiNode.specContent |
---|---|
Type | string |
Default | undefined |
The OpenAPI specification for your API.
Actions
Perform OpenAPI Request
Performs an API call using the OpenAPI definition.
Parameter | Type | Default |
---|---|---|
path | string | `` |
body | string | `` |
headers | (string | Array<{ key: string, value: string }>) | [] |
method | string | GET |