Mermade Openapi Converter
Connector for the mermade-openapi-converter API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://mermade.org.uk/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
getbadge— GET /badge — Return a redirect to a badge svg file depending on a source definition's validityconverturl— GET /convert — Convert a Swagger 2.0 definition to OpenAPI 3.0.x from a URLgetstatus— GET /status — Get the status of the APIvalidateurl— GET /validate — Validate an OpenAPI 3.0.x definitionconvert— POST /convert — Convert a Swagger 2.0 definition passed in the body to OpenAPI 3.0.xvalidate— POST /validate — Validate an OpenAPI 3.0.x definition supplied in the body of the request
Inputs
apiKey— your mermade-openapi-converter API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getbadge
apiKey: <your key>