Metadata Controller

Public Endpoint

Path: /api/public/hello

Method: GET

Example Http Request

GET /api/public/hello HTTP/1.1
Host: localhost:8080

Example Http Response

HTTP/1.1 200 OK
Content-Type: text/plain;charset=ISO-8859-1
Content-Length: 12

Hello Public

Example Curl Request

$ curl 'http://localhost:8080/api/public/hello' -i -X GET

Metadata Controller