如何将API操作设置为对Restler的弃用



我正在使用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一起做同样的事情?如何?还是我需要打开一个问题来请求此功能?

现在,您必须使用该描述将API标记为已弃用。当我们完成swagger2.0实施时,您将有更好的方法来处理此

最新更新