OREM:Restfull API抽象层

时间:2024-05-23 19:25:30
【文件属性】:

文件名称:OREM:Restfull API抽象层

文件大小:39KB

文件格式:ZIP

更新时间:2024-05-23 19:25:30

PHP

里泽韦(Rizeway)OREM Rizeway OREM是一个Restful API抽象层。 对数据库而言,对Restful API而言是什么学说。 入门 假设您具有以下JSON HTTP API,以在名为“状态”的对象上进行CRUD GET /status # Return a list of statuses GET /status/1 # Return the status of id 1 POST /status # Create a status (the body of the request contain the hash of the status) PUT /status/1 # Update the status of id 1 (the body of the request contain the hash of the status) DELETE /st


【文件预览】:
OREM-master
----src()
--------Rizeway()
----.travis.yml(144B)
----LICENSE(1KB)
----composer.lock(13KB)
----test()
--------unit()
--------bootstrap.php(222B)
----README.md(3KB)
----.atoum.php(536B)
----.gitignore(34B)
----composer.json(886B)

网友评论