Go library for accessing the Reddit API.
Go to file
Vartan Benohanian 12e801f83c Add method to get blocked users
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-07-02 20:47:46 -04:00
testdata Add method to get blocked users 2020-07-02 20:47:46 -04:00
.gitignore Initial commit 2020-04-23 20:10:02 -04:00
account_test.go Add method to get blocked users 2020-07-02 20:47:46 -04:00
account.go Add method to get blocked users 2020-07-02 20:47:46 -04:00
comment_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
comment.go Reuse common service struct 2020-06-28 00:05:55 -04:00
errors.go Add errors.go 2020-05-16 11:53:15 -04:00
flair_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
flair.go Reuse common service struct 2020-06-28 00:05:55 -04:00
geddit_oauth.go Add good bit of functionality, some tests 2020-04-29 15:59:18 -04:00
geddit_options_test.go Add good bit of functionality, some tests 2020-04-29 15:59:18 -04:00
geddit_options.go Add good bit of functionality, some tests 2020-04-29 15:59:18 -04:00
geddit_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
geddit.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 Initial commit 2020-04-23 20:10:02 -04:00
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
post_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
post.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 Get subreddit by name 2020-04-23 22:57:47 -04:00
search.go Reuse common service struct 2020-06-28 00:05:55 -04:00
subreddit_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
subreddit.go Reuse common service struct 2020-06-28 00:05:55 -04:00
things.go Friends method in account service, String method for Post 2020-06-29 21:39:19 -04:00
timestamp_test.go Handle listings better by using custom unmarshaling 2020-05-03 17:35:06 -04:00
timestamp.go Replace references to "link" by "post" 2020-06-22 21:52:34 -04:00
user_test.go Rename Friendship struct to Relationship 2020-07-02 20:36:44 -04:00
user.go Rename Friendship struct to Relationship 2020-07-02 20:36:44 -04:00
util.go Add errors.go 2020-05-16 11:53:15 -04:00
vote_test.go Reuse common service struct 2020-06-28 00:05:55 -04:00
vote.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