ride / web-api
API browser of a Ride web application.
Installs: 3 562
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 9
Forks: 0
Open Issues: 0
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: 2024-11-06 01:22:59 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