API Contracts using Open API

Comments

Comments are closed.

Amazing talk! I'll personally take away the following good advice:

* write the spec first (rather than generate them from your application)
* generate the Model and Serializer (and client?) using janephp
* use the generated code in your test/application (rather than generating the application from the specs)
* specify auth parameters as simple parameter (handle auth in your app)

I had a bad experience with Swagger but this presentation just changed my perspective on it!

Jakub Zalas at 09:05 on 20 Oct 2016

A very good overview of openapi. I especially liked the possibility to generate the API clients as writing them is sooo boring :)