conferences | speakers | series

Writing REST APIs with OpenAPI and Swagger Ada

home

Writing REST APIs with OpenAPI and Swagger Ada
FOSDEM 2018

The OpenAPI specification is an emerging specification to describe RESTful web services. The Swagger suite is a collection of tools to write such API descriptions and have the code generated in more than 29 languages, including Ada. The presentation will describe how to write a REST operation with OpenAPI, generate the Ada client with Swagger Codegen and use the generated code to interact with the server. We will also describe the generated Ada server code and how to implement the server side and run a complete REST server.

Speakers: Stephane Carrez