apioo / psx

PSX is an innovative PHP framework dedicated to build fully typed REST APIs.
https://phpsx.org
Apache License 2.0
170 stars 13 forks source link

RAML parser implement more features from the specification #1

Closed chriskapp closed 9 years ago

chriskapp commented 9 years ago

Currently the RAML parser understands the most basic functionalities including traits and !include for request and response schemas. But there are some features which are missing from the spec. To be concrete this is:

chriskapp commented 9 years ago

The 1.0.1 release implements the mentioned points