hello – тестовый сервис приветствия


Публичный доступ, не требует аутентификации


GET /hello/{name}

Выводит приветствие для указанного имени: "Hello, {name}!"

Request

URI Parameters

name: required(string)

Response

HTTP status code 200

Body

Media type: text/plain

Type: string

Example:

Hello, world!