Web APIs

You will find on left, the list of all the web APIs offered by this app.

GET /hello_world

This service provides a simple hello world implementation example.

Optional Params

  • name of type string The name of the person to greet.  Default Value: World 

Response description

Properties:
  • message of type string The greeting message sent back. Defaults to 'World'
  • at of type datetime The timestamp of when the message was dispatched

Response example

{"message":"string","at":"datetime"}