Hello World!
GET /hello
GET
/hello
Returns the string “Hello World” multiple times depending on query param count
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” count
integer
Number of times to repeat the message
Responses
Section titled “ Responses ”OK
Response body of get-hello endpoint.
object
count
Count is the number of iterations requested by user
integer
2 message
Message is the final concantenated string.
string
Hello, world 1 Hello, world 2