ride/web-api

Ride网络应用的API浏览器。

1.0.1 2019-11-05 13:45 UTC

This package is auto-updated.

Last update: 2024-09-06 00:58:31 UTC


README

Ride网络应用的API浏览器。

要激活,请将 config/routes.api.json 中的路由添加到配置中。

例如,在 application/config/routes.json 中,您可以设置

{
    "routes": [
        {
            "path": "/admin/documentation/api",
            "file": "config/routes.api.json"
        },
    ]
}

相关模块

安装

您可以使用Composer安装此应用程序。

composer require ride/web-api