Go library for accessing the Reddit API.
Find a file
Vartan Benohanian 3c7aee142d Get subreddit by name
Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
2020-04-23 22:57:47 -04:00
.gitignore Initial commit 2020-04-23 20:10:02 -04:00
geddit.go Get subreddit by name 2020-04-23 22:57:47 -04:00
geddit_opts.go Get subreddit by name 2020-04-23 22:57:47 -04:00
LICENSE Initial commit 2020-04-23 20:10:02 -04:00
README.md Get subreddit by name 2020-04-23 22:57:47 -04:00
subreddit.go Get subreddit by name 2020-04-23 22:57:47 -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