Lakion/Lionframe

[Proposal] RAML API modelling

Opened this issue · 0 comments

Hi,

This is a great thing to start up, like the idea! Maybe it is a good thing to look into working together with the RAML restful api modelling language (see: http://raml.org/). I think it should be easy to implement it, here is a parser written in PHP: https://github.com/alecsammon/php-raml-parser.

It is a very great thing, you just model out your whole API. So you can use that to automatically generate Javascript clients for example or to create wonderful documentation!

@pjedrzejewski WDYT?