Go library for accessing the Reddit API.
Go to file
Vartan Benohanian d142255dbd Add more tests for SubredditService
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-07-21 23:59:53 -04:00
testdata Add more tests for SubredditService 2020-07-21 23:59:53 -04:00
.gitignore Initial commit 2020-04-23 20:10:02 -04:00
account_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
account.go Use individual structs for services 2020-07-21 23:05:24 -04:00
comment_test.go Use individual structs for services 2020-07-21 23:05:24 -04:00
comment.go Use individual structs for services 2020-07-21 23:05:24 -04:00
errors.go Add method to create request with form data 2020-07-11 14:12:03 -04:00
flair_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
flair.go Use individual structs for services 2020-07-21 23:05:24 -04:00
go.mod Rename package to go-reddit 2020-07-11 13:49:07 -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 Use individual structs for services 2020-07-21 23:05:24 -04:00
Makefile Rename package to go-reddit 2020-07-11 13:49:07 -04:00
moderation_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
moderation.go Use individual structs for services 2020-07-21 23:05:24 -04:00
multi_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
multi.go Use individual structs for services 2020-07-21 23:05:24 -04:00
post_test.go Use individual structs for services 2020-07-21 23:05:24 -04:00
post-and-comment.go Use individual structs for services 2020-07-21 23:05:24 -04:00
post.go Use individual structs for services 2020-07-21 23:05:24 -04:00
private-messages.go Add method to create request with form data 2020-07-11 14:12:03 -04:00
README.md Rename package to go-reddit 2020-07-11 13:49:07 -04:00
reddit_oauth.go Rename files 2020-07-21 09:27:34 -04:00
reddit_options_test.go Rename files 2020-07-21 09:27:34 -04:00
reddit_options.go Rename files 2020-07-21 09:27:34 -04:00
reddit_test.go Use individual structs for services 2020-07-21 23:05:24 -04:00
reddit.go Use individual structs for services 2020-07-21 23:05:24 -04:00
search.go Use individual structs for services 2020-07-21 23:05:24 -04:00
subreddit_test.go Add more tests for SubredditService 2020-07-21 23:59:53 -04:00
subreddit.go Add more tests for SubredditService 2020-07-21 23:59:53 -04:00
things.go Add methods to get random posts and subreddits 2020-07-20 21:03:57 -04:00
timestamp_test.go Rename package to go-reddit 2020-07-11 13:49:07 -04:00
timestamp.go Rename package to go-reddit 2020-07-11 13:49:07 -04:00
user_test.go Change readFileContents method signature 2020-07-21 21:56:32 -04:00
user.go Use individual structs for services 2020-07-21 23:05:24 -04:00
util.go Rename package to go-reddit 2020-07-11 13:49:07 -04:00

go-reddit

go-reddit 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/go-reddit@vX.Y.Z

Or for the latest version:

go get github.com/vartanbeno/go-reddit