Skip to content

Files

Latest commit

36a6086 · Oct 14, 2016

History

History
36 lines (27 loc) · 943 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 943 Bytes

Ride: API Web Integration

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