xrow/xrowodata-ls
Composer 安装命令:
composer require xrow/xrowodata-ls
包简介
OData REST Interface for eZ Publish
README 文档
README
Installation Active the extension. Useage The service will be available over the common REST API of eZ Publish (https://www.exmaple.com/api/odata/v1/ezpublish.svc/) Protocol Implementations The OData Protocol is implemented as specified in http://www.odata.org/media/30002/OData.html. The functoinality is depending on the features set of the OData Producer fpr PHP Project. Concrete Examples: /folder /folder(NodeID=2) /folder(NodeID=2)?$skip=10 /folder(NodeID=2)?$skip=100&$top=100 /folder(NodeID=2)?$skip=10&$orderby=content_published asc /folder(NodeID=2)?$skip=10&$orderby=content_published desc /folder(NodeID=2)?$skip=10&$orderby=content_published%20desc&$format=json /frontpage(NodeID=148720)/RefSetnews?$top=10&$skip=0&$orderby=content_published desc /frontpage(NodeID=148720)/RefSetnews?$top=10&$skip=10&$orderby=content_published desc /frontpage(NodeID=148720)/RefSetnews?$top=10&$skip=20&$orderby=content_published desc Possible "order by" Paramenter - content_published - content_modified - content_state - section - priority - path - owner - name - class_name - class_identifier - depth Abstact Example: /[ContentClass](NodeID=[ID of Node])?$skip=[number]&$top=[number max 100]&$orderby=[number max 100 desc|asc] How to view your data: Use http://metasapiens.com/sesame/data-browser/preview/ or use a client SDK to access the data. You find an php example in extension/xrowodata/bin/test.php
统计信息
- 总下载量: 188
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2015-09-17