Building a web service with go-tool-base, part 3: a REST service, by hand and by spec
The gRPC service from part 2 is the right core for service-to-service traffic. It is also useless to a great many of the things that might want to call it: a browser, a webhook from some SaaS, a partner who will not …
