ride/web-api

API browser of a Ride web application.

1.0.1 2019-11-05 13:45 UTC

This package is auto-updated.

Last update: 2024-03-05 23:36:18 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