mg-rest-service server

Methods

class rest.app.EndPoints[source]

Class to handle the http requests for returning information about the end points

static get()[source]

GET list all end points

List of all of the end points for the current service.

Example

1
curl -X GET http://localhost:5001/mug/api
class rest.app.Ping[source]

Class to handle the http requests to ping a service

static get()[source]

GET Status

List the current status of the service along with the relevant information about the version.

Example

1
curl -X GET http://localhost:5001/mug/api/ping