Go library for accessing the Reddit API.
Find a file
Vartan Benohanian 5c376a1af4 Get more replies to a comment via /api/morechildren
Also started using slices of pointers instead of slices of structs. This
is useful especially in the case of adding to the list of replies of a
comment. If the comment is a plain old struct (non-pointer), the change
wouldn't happen

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-07-20 18:56:38 -04:00
testdata Move GetPost method to PostService 2020-07-18 10:02:43 -04:00
.gitignore
account.go
account_test.go
comment.go Remove unused function 2020-07-14 13:18:33 -04:00
comment_test.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
errors.go
flair.go
flair_test.go
geddit.go Create PostAndCommentService, holds common methods 2020-07-13 23:05:24 -04:00
geddit_oauth.go
geddit_options.go
geddit_options_test.go
geddit_test.go Create PostAndCommentService, holds common methods 2020-07-13 23:05:24 -04:00
go.mod
go.sum
LICENSE
listings.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
Makefile
moderation.go Add more methods to moderation service 2020-07-13 19:52:39 -04:00
moderation_test.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
multi.go
multi_test.go
post-and-comment.go Add methods to enable/disable contest mode for posts 2020-07-16 19:07:19 -04:00
post-and-comment_test.go Create PostAndCommentService, holds common methods 2020-07-13 23:05:24 -04:00
post.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
post_test.go Move GetPost method to PostService 2020-07-18 10:02:43 -04:00
private-messages.go
README.md
search.go Add more methods to moderation service 2020-07-13 19:52:39 -04:00
subreddit.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
subreddit_test.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
things.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
timestamp.go
timestamp_test.go
user.go
user_test.go Get more replies to a comment via /api/morechildren 2020-07-20 18:56:38 -04:00
util.go

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