@mikrocms/swagger
v1.0.1
Published
Package swagger ui mikrocms
Downloads
105
Readme
Swagger UI generates interactive documentation from a Swagger-compliant API specification, typically written in the OpenAPI Specification (OAS) format. Users can explore endpoints, view parameter details, and see responses in real-time.
| Specification | version | |:--|:--:| | mikrocms/core | 1.0.0 |
| Config | Module | |:--|:--| | router | default |
Environment
- [email protected] (object) : A list of authentication methods using key pairs. Do not define this environment variable to allow Swagger to operate without requiring authentication or access control.
{
"username": "password"
}
- [email protected] (array) : Specifies the base URLs available for all documentation.
[
{
"url": "baseurl",
"description": "name of the base URL"
}
]
- [email protected] (array) : Locations of URLs pointing to the files where documentation is stored.
[
{
"url": "URL to the documentation file",
"name": "Name of the documentation"
}
]
Views
| Path | description | |:--|:--| | mikrocms@swagger/login | The page handles authentication to allow access to the Swagger UI. | | mikrocms@swagger/ui | Page that contains the Swagger UI. |
Services
You can find detailed documentation of the service in the API documentation.