OpenAPI Web ServicesΒΆ
Cloudmesh contains a menanism to automatically generate REST services from simple python functions and classes.
The details about this concept is discussed at:
The generated code insludes a simple REST service, as well as the needed OpenAPI 3 yaml file so it can be used for generationg clients in arbitrary languages. It also allows the documented display of the REST service.