RAML – RESTful API modeling language
1–10 of 59 posts
Re: RAML – RESTful API modeling language
#2Re: RAML – RESTful API modeling language
#3I suspect this will be a standards war for years to come until we finally settle on one API planning spec.
Re: RAML – RESTful API modeling language
#4EDIT: spelling
Re: RAML – RESTful API modeling language
#5There's also the swagger spec: http://swagger.io/
Re: RAML – RESTful API modeling language
#6Re: RAML – RESTful API modeling language
#7Very cool, it feels like WSDL for REST EDIT: spelling
Re: RAML – RESTful API modeling language
#8I haven't looked into Swagger deeply, but RAML seems better at re-usability. Swagger seems to have way more traction though, and also more tools.
Re: RAML – RESTful API modeling language
#9There's also the swagger spec: http://swagger.io/
Re: RAML – RESTful API modeling language
#10I actually built the API console for my company - Spotify (https://developer.spotify.com/web-api/console/) - based off of RAML and am in the process of open sourcing the tech behind it. The first bit being RAMLfications, and the second, called Griffin (https://github.com/spotify/griffin) is a super alpha version of a static doc generator based off of RAML. The next/last bit to open source is the console itself, as well as some integrations like Flask extensions/Django packages.