Auto generation of client code
There are several tools available for automatically generate client code for a REST API. These tools use outputs of a running Swagger endpoint to automatically generate REST API code. Some examples of tools are AutoREST and Visual Studio 2019. The tools either connect to a running Swagger endpoint or read a json file with the "openAPI Specification" of the end point. The entire "OpenAPI Specification" for the EK80 endpoint can b accessed using the following URL:
The output from this URL can then be saved to a json file.