turnage / graw

Golang Reddit API Wrapper
MIT License
288 stars 49 forks source link

Clarify the error code behavior of `client` interface #68

Open turnage opened 4 years ago

turnage commented 4 years ago

Clarify whether implementers of the internal client interface should be responsible for checking http return codes as baseClient does.

reaper will now depend on this behavior through the interface after #64