Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 403 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 403 Bytes

Reverse Words

Get reverse word

curl http://127.0.0.1:8080/ -X POST -d '{"word":"PALC"}'
{"reverse_word":"CLAP"}

Get release

curl http://127.0.0.1:8080/ -X GET

Get Health

curl http://127.0.0.1:8080/health -X GET

Get Hostname

curl http://127.0.0.1:8080/hostname -X GET

Get Metrics

curl http://127.0.0.1:8080/metrics -X GET