【发布时间】:2016-10-24 00:33:46
【问题描述】:
我正在使用 Restler 在用 PHP 编写的代码中提供 REST API,并且我想在 API 中将操作设置为已弃用。 我使用 Restler API Explorer 记录/浏览 API。
Restler API Explorer 基于 Swagger UI,看起来 Swagger UI 支持:
- https://github.com/swagger-api/swagger-ui/issues/289
- https://github.com/swagger-api/swagger-ui/pull/1740
是否可以对 Restler 做同样的事情?如何?或者我需要打开一个问题来请求这个功能吗?
【问题讨论】: