lambda2/rapis

RAML

FredericHeem opened this issue · 2 comments

What do you think of using RAML to describe a typical CRUD app according to RAPIS ?

Hello !
I have personally never used RAML, but it looks great!
However, this specification is intended to define how to design a rest API, regardless of the language, format or libraries.

Indeed, RAML is great, it generates html api documentation and mock server. The other rest api description languages are swagger and apiary but RAML is my preferred one.