ride/web-api

API browser of a Ride web application.

Installs: 3 937

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 8

Forks: 0

Open Issues: 0

pkg:composer/ride/web-api

1.0.1 2019-11-05 13:45 UTC

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