DocumentationHandler
- class ramose.DocumentationHandler(api_manager)[source]
Bases:
objectThis class provides the main structure for returning a human-readable documentation of all the operations described in the configuration files handled by the APIManager specified as input.
- abstract get_documentation(*args, **dargs)[source]
An abstract method that returns a string defining the human-readable documentation of the operations available in the input APIManager.