rclient icon indicating copy to clipboard operation
rclient copied to clipboard

readme should be less verbose

Open zpatrick opened this issue 8 years ago • 0 comments

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
* [Header](#link-to-example) - Add a header to a request
* [Basic Auth](#link-to-example) - Add basic auth  to a request

# Client Options
* [Doer](#) - Specify which object performs the http.Request (the default is http.DefaultClient)

# Error Handling
## using rcilent.ResponseError
## using ResponseReader() option

zpatrick avatar Jun 26 '17 23:06 zpatrick