July 2019
Beginner to intermediate
300 pages
7h 48m
English
The first step of the process is to generate a skeleton of the code required to implement the interface, which is a process sometimes referred to as "scaffolding an API server." In the case of gRPC, for example, this is done by simply making use of the protoc command line to generate both client stubs and servers in several languages.
In the case of REST, perhaps the most popular tool out there that is used to scaffold servers is the OpenAPI generator (openapi-generator.tech), which can be used to scaffold REST API servers from OpenAPI Specification (OAS) in about 40 different programming languages and technologies. ...
Read now
Unlock full access