This demonstrate how to use a swagger definition file to create an API. The swagger file demo.json define one api called hello_world, it has both query and path parameters and return an object as a result. The handler implementation simply places the given parameters in the return object. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>