go-reddit is a unofficial Go client package for the reddit API. It covers JSON encoding/decoding, rate limiting and errors. OAUTH authentication should be done with the oauth2 package.
Currently the Go API is not finished and quite unstable
- Cover full API surface and functionality of the reddit API
- Handle parsing of responses, so there is no need to deal with raw JSON
- Implement circuit breaking for reddit's rate limiting
- Reimplement OAUTH authentication
- Documentation – reddit API Documentation
- Rules – reddit API Rules