go-reddit
go-reddit copied to clipboard
Golang Reddit API Wrapper
Results
2
go-reddit issues
Sort by
recently updated
recently updated
newest added
All im trying to do is get the top posts of a subreddit. This is my code: ```go package main import( "fmt" "github.com/cameronstanley/go-reddit" ) func main() { client := reddit.NoAuthClient...
Hardcoded `http.Client` prohibits the user from specifying custom timeouts, setting custom cookies etc. Especially the lack of timeouts is deadly as the default client never times out. Additionally there is...