RestApi:使用ProcessWire创建REST API的模块

时间:2024-02-26 09:42:27
【文件属性】:

文件名称:RestApi:使用ProcessWire创建REST API的模块

文件大小:69KB

文件格式:ZIP

更新时间:2024-02-26 09:42:27

api jwt rest rest-api processwire

RestApi模块 使用ProcessWire创建rest API的模块。 免责声明:这是一个示例,不能保证此代码的安全性! 使用需要您自担风险和/或将改进的PR发送给我。 鸣谢:( 上的代码示例,介绍了如何将FastRoute与ProcessWire和用于此 安装 安装模块,并在模块页面上,确保至少保存一次页面以保存自动创建的JWT Secret。 Rest-API现在应该可以使用。 要进行检查,您可以使用或并运行GET请求: http://yourhost.test/api/users 但是http://yourhost.test/api/test无法正常工作,因为此路由需要Aut


【文件预览】:
RestApi-master
----composer.json(550B)
----RestApi.info.json(313B)
----vendor()
--------hari()
--------composer()
--------nikic()
--------autoload.php(178B)
--------firebase()
----RoutesTemplate.php(556B)
----apiTemplate()
--------Routes.php(694B)
--------Example.php(751B)
----composer.lock(6KB)
----RestApi.module(3KB)
----DefaultRoutes.php(445B)
----RestApiHelper.php(1KB)
----Router.php(9KB)
----LICENSE(1KB)
----RestApi.config.php(1KB)
----.gitignore(10B)
----Auth.php(2KB)
----README.md(4KB)

网友评论