Have you ever used a web-based API that was poorly designed and inconsistent? Have you found gaps between the documentation and implementation? At Patientco, we have successfully implemented a Contract Driven Design methodology for APIs. Swagger is used to design RESTful endpoints before a line of code is written and the specification, documentation, and code are kept in sync through automated testing and deployment.

Comments

Comments are closed.

John Hackett at 09:25 on 26 May 2017

Fairly brief overview of using Swagger, but a lot of good information was provided.

Mark Knapik at 10:43 on 29 May 2017

Feels like this is tightly integrated with Test Driven Design, which is a good thing.

SH at 17:53 on 30 May 2017

This was another good talk on APIs, and also how to use swagger, and good methodologies for building a better API from the start.

Sandy Smith at 16:03 on 6 Jun 2017

I appreciated how this went beyond just describing Swagger but putting it into context of the development process and how it helps in clarifying requirements for an API.