Skip to content

ikaros/go-reddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Build Status GoDoc Go Report Card Coverage Status

go-reddit go-reddit - Unofficial reddit API client for Go

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

Goals

  • 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

Non-goals

  • Reimplement OAUTH authentication

Additional reading

Releases

No releases published

Packages

No packages published

Languages