Talk in English - US at php[tek] 2017
Short URL: https://joind.in/talk/c8a7d
(QR-Code (opens in new window))
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.
Fairly brief overview of using Swagger, but a lot of good information was provided.
Feels like this is tightly integrated with Test Driven Design, which is a good thing.
This was another good talk on APIs, and also how to use swagger, and good methodologies for building a better API from the start.
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.