Request
GET
/api/demo/hello/:name
Parameters
name
world
Response
Click "Send Request" to see the response...
GlyphLang Source
This endpoint was generated from:@ GET /hello/:name
$ greeting = "Hello, " + name + "!"
> {message: greeting}