I'd Rather Be Writing Podcast: Podcast: Spec-driven Development of REST APIs, with a focus on RAML -- interview with Michael Stowe

Tom Johnson Tom Johnson 10/12/15 - Episode Page

Spec-driven development is an approach to developing REST APIs by first describing and prototyping the API through a specification file (such as RAML or Swagger), and then coding the API. The spec not only serves as a contract for the API's development, it can also generate interaction documentation, unit tests,...