Go library for accessing the Reddit API.
Find a file
Vartan Benohanian eda947f6b5 Use method chaining for searches
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-05-16 21:46:16 -04:00
testdata
.gitignore
comment.go
comment_test.go
errors.go Add errors.go 2020-05-16 11:53:15 -04:00
flair.go
flair_test.go
geddit.go Add errors.go 2020-05-16 11:53:15 -04:00
geddit_oauth.go
geddit_options.go
geddit_options_test.go
geddit_test.go
go.mod
go.sum
LICENSE
link.go
link_test.go
listings.go
Makefile
private-messages.go
README.md
search.go Use method chaining for searches 2020-05-16 21:46:16 -04:00
subreddit.go Use method chaining for searches 2020-05-16 21:46:16 -04:00
things.go Use method chaining for searches 2020-05-16 21:46:16 -04:00
timestamp.go
timestamp_test.go
user.go Use method chaining for searches 2020-05-16 21:46:16 -04:00
util.go Add errors.go 2020-05-16 11:53:15 -04:00
vote.go
vote_test.go

Geddit

Geddit is a Go client library for accessing the Reddit API.

Install

To get a specific version from the list of versions:

go get github.com/vartanbeno/geddit@vX.Y.Z

Or for the latest version:

go get github.com/vartanbeno/geddit