Go library for accessing the Reddit API.
Find a file
Vartan Benohanian ce1f3dceba Create MultiService (for multireddits)
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-07-06 22:10:47 -04:00
testdata Get/set/delete trusted users. Tweak friends list struct 2020-07-03 00:51:55 -04:00
.gitignore
account.go Get/set/delete trusted users. Tweak friends list struct 2020-07-03 00:51:55 -04:00
account_test.go Get/set/delete trusted users. Tweak friends list struct 2020-07-03 00:51:55 -04:00
comment.go Reuse common service struct 2020-06-28 00:05:55 -04:00
comment_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
errors.go Get/set/delete trusted users. Tweak friends list struct 2020-07-03 00:51:55 -04:00
flair.go Reuse common service struct 2020-06-28 00:05:55 -04:00
flair_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
geddit.go Create MultiService (for multireddits) 2020-07-06 22:10:47 -04:00
geddit_oauth.go
geddit_options.go
geddit_options_test.go
geddit_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
go.mod Use assert package for tests, much cleaner 2020-05-29 19:50:52 -04:00
go.sum Use assert package for tests, much cleaner 2020-05-29 19:50:52 -04:00
LICENSE
listings.go Reuse common service struct 2020-06-28 00:05:55 -04:00
Makefile Method renaming 2020-05-05 19:26:02 -04:00
multi.go Create MultiService (for multireddits) 2020-07-06 22:10:47 -04:00
post.go Reuse common service struct 2020-06-28 00:05:55 -04:00
post_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
private-messages.go Handle listings better by using custom unmarshaling 2020-05-03 17:35:06 -04:00
README.md
search.go Typo: restruct_sr -> restrict_sr 2020-07-05 22:00:31 -04:00
subreddit.go Reuse common service struct 2020-06-28 00:05:55 -04:00
subreddit_test.go Create MultiService (for multireddits) 2020-07-06 22:10:47 -04:00
things.go Create MultiService (for multireddits) 2020-07-06 22:10:47 -04:00
timestamp.go Replace references to "link" by "post" 2020-06-22 21:52:34 -04:00
timestamp_test.go Handle listings better by using custom unmarshaling 2020-05-03 17:35:06 -04:00
user.go Add UpvotedOf and DownvotedOf methods 2020-07-03 14:28:42 -04:00
user_test.go Add UpvotedOf and DownvotedOf methods 2020-07-03 14:28:42 -04:00
util.go Add errors.go 2020-05-16 11:53:15 -04:00
vote.go Reuse common service struct 2020-06-28 00:05:55 -04:00
vote_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00

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