tberey/go-reverse-string-api
A RESTful API, made in Go, that performs a simple GET request to a local http server, against the query string passed. The API url query takes any string as a value with it's paired key "text", and reverse the string's character order, which is returned in the response body.
Go