Skip to content

Latest commit

 

History

History

openapi-ui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

common/openapi-ui

This is generated documentation for the openapi-ui component.

Component-wide configuration

Name Type Description
schema_url string

Operations

serve

Inputs

Name Type Description
request http::HttpRequest
body bytes

Outputs

Name Type Description
body bytes
response http::HttpResponse

Usage

Given the following configuration:

Component-wide configuration as config.json:

{ 
  "schema_url": "XXX"
}
$ wick invoke common/openapi-ui:0.4.0 serve [email protected] -- --request="XXX"--body="XXX"

Or with inline configuration:

$ wick invoke common/openapi-ui:0.4.0 serve \
  --with='{ "schema_url":"XXX" }' \
  -- --request="XXX"--body="XXX"