RAML: How specification becomes documentation and testing - InsaneProgramming
RAML is a specification format that looks like a YAML file. It describes how a REST webservice should look like and how it should behave with regards to return values. In short, it's what WSDL is to SOAP webservices. RAML specifications are not hard to write and is a top-down approach to REST webservices, unlike Swagger, which is a bottom-up tool mainly aimed towards documentation. You'll write the RAML specification before writing the code.
Read full article from RAML: How specification becomes documentation and testing - InsaneProgramming
No comments:
Post a Comment