Class used to obtain information about running services.
Extends: RestOperations
Description
The AboutOperations class is used to obtain information about running services.
Instance methods
about
Gets information from a service. Send JSON string with information about the service.
publicabout(req, res): void
- req: any - an HTTP request
 - res: any - an HTTP response
 
getAboutOperation
Gets the service’s information.
publicgetAboutOperation(): function
- returns: function - the about method
 
setReferences
Sets the references of the service.
publicsetReferences(references: IReferences): void
- references: IReferences - service’s references.