I'd Rather Be Writing Podcast Feed
Podcast: Spec-driven Development of REST APIs, with a focus on RAML -- interview with Michael Stowe
- Author: Podcast
- Narrator: Podcast
- Publisher: Podcast
- Duration: 0:45:48
- More information
Informações:
Synopsis
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, client SDKs, and provide other benefits.