Skip to content

Hello World!

GET
/hello

Returns the string “Hello World” multiple times depending on query param count

count
integer

Number of times to repeat the message

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