The OpenAPI initiative aims at defining a standard for the specification of REST API. The OpenAPI Specification (OAS) defines a programming language-agnostic interface to describe a REST API. The Swagger Codegen generator supports more than 28 different languages (including Ada) and it is able to read an OpenAPI document and generate either the documentation or the client and server REST code for several target languages.
Generating a REST Ada client with OpenAPI and Swagger Codegen
By Stephane Carrez2017-10-08 18:32:00
To add a comment, you must be connected.
Login to add a comment