ride / web-api
API browser of a Ride web application.
1.0.1
2019-11-05 13:45 UTC
Requires
- ride/app: ^1.0.0
- ride/app-api: ^1.0.0
- ride/lib-api: ^1.0.0
- ride/lib-http: ^1.0.0
- ride/web: ^1.0.0
- ride/web-base: ^1.0.0
This package is auto-updated.
Last update: 2026-03-06 04:24:41 UTC
README
API browser for a Ride web application.
To activate, add the routes from config/routes.api.json to your configuration.
For example, in application/config/routes.json, you can set:
{
"routes": [
{
"path": "/admin/documentation/api",
"file": "config/routes.api.json"
},
]
}
Related Modules
Installation
You can use Composer to install this application.
composer require ride/web-api