Using the Hello World Example
The Hello World example is a test/validation that works online or offline because it relies on a back-end server that is packaged with the Mashery Local build.
Hello World Package Contents
Using the Hello World Application
The following code block displays the generic Hello World call:
curl -H 'Host:api.example.com' http://<tm_elb_name>/hw_path_01?api_key=<api_key>
The following code block displays the Hello World call example and its expected outcome:
curl -H 'Host:api.example.com'' http://a3c8aa4e1ec3711e89aee063d70a1109-2122188248.us-east-1.elb.amazonaws.com/hw_path_01?api_key=sra663fmnshjazx5sv2mgtmw' {"time":"2018-11-19 20:20:08.182+0000","message":"Hello world"}
Copyright © Cloud Software Group, Inc. All rights reserved.