Talk in English - US at Symfony UK: October 2016 -Open API & Blackfire & phpspec
Short URL: https://joind.in/talk/eefe2
(QR-Code (opens in new window))
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!
A very good overview of openapi. I especially liked the possibility to generate the API clients as writing them is sooo boring :)