ride / web-api
API browser of a Ride web application.
Installs: 3 964
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 0
Open Issues: 0
pkg:composer/ride/web-api
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: 2025-10-06 03:32:48 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