Go library for accessing the Reddit API.
Go to file
Vartan Benohanian c8d7abf216 Fix tests, add trophies endpoint for account, edit trophies struct
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-06-27 23:15:27 -04:00
testdata Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
.gitignore
account_test.go Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
account.go Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
comment_test.go Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
comment.go
errors.go
flair_test.go
flair.go
geddit_oauth.go
geddit_options_test.go
geddit_options.go
geddit_test.go
geddit.go
go.mod
go.sum
LICENSE
listings.go Create Permalink type, tweak structs 2020-06-27 13:06:38 -04:00
Makefile
post_test.go
post.go
private-messages.go
README.md
search.go
subreddit_test.go Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
subreddit.go
things.go Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
timestamp_test.go
timestamp.go
user_test.go Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
user.go Fix tests, add trophies endpoint for account, edit trophies struct 2020-06-27 23:15:27 -04:00
util.go
vote_test.go
vote.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