projects / org / brookinsconsulting / ezplatform-rest-reference
Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezplatform-rest-reference | Brookins Consulting | stable |
Version | Compatible with |
---|---|
N/A | N/A |
This repository is deprecated.
See Ibexa developer documentation
for the current REST API reference.
This repository contains the REST API reference for eZ Platform.
It is built based on RESTful API Modeling Language (RAML), for more information see https://raml.org/.
The repository is separated into three directories:
To document new REST API, you need to:
For detailed information on how to use RAML to document API, see Specification.
Install required dependencies before use. Go to raml2html root directory and run:
composer install
To generate static HTML from RAML definitions, use the following code:
php raml2html/raml2html.php build --non-standard-http-methods=COPY,MOVE,PUBLISH,SWAP -t default -o output/ input/ez.raml