- OpenAPI version: 3.0
The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for REST APIs, which allows both humans and computers to discover and understand the capabilities of a service without requiring access to source code, additional documentation, or inspection of network traffic. more info
- Start adminio-api
- Change
servers>url
inopenapi_v3.yaml
to actual adminio-api endpoint - Open
openAPI/openapi_v3.yaml
in any of this tools:
- Make some API requests
or can generate standalone html file with redoc-cli
$ npm install -g redoc-cli
$ redoc-cli bundle -o index.html openapi_v3.yaml