rclient
rclient copied to clipboard
Minimalistic REST client for Go applications
Results
2
rclient issues
Sort by
recently updated
recently updated
newest added
Instead of going over each request/client option, I should have a slimmed down version in the readme and examples of each option in godoc, e.g.: ``` # Request Options *...
Right now, you need to totally override the request reader if you want to read custom error types. It should be more simple to try and marshal into errors. Perhaps...