Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.06 KB

README.md

File metadata and controls

13 lines (8 loc) · 1.06 KB

Phalcon Routes to OpenApi

Build Status Codacy Badge Codacy Badge

This library generates a representation of the routes in your project ready to be used with any OpenApi-compatible service(swagger for example).

Additional Annotations

You can define returns via @return-{status code} {mime-type} {schema} with all but the status code being optional. For example:

     * @return-200 application/json {"type":"object"}