Hello world!
GET /sample/test.ws
says hello world!GET /sample/hello/[name].ws
says hello to the specified name.
These sample APIs are intended for testing. No authentication is required.
GET /sample/test.ws
{
"test": "Hello world"
}
GET /sample/hello/Sam.ws
{
"hello": "Hello Sam"
}