Get subreddit by name

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-04-23 22:57:47 -04:00
parent 2f4d11ce55
commit 3c7aee142d
4 changed files with 292 additions and 0 deletions
+14
View File
@@ -1,3 +1,17 @@
# Geddit
Geddit is a Go client library for accessing the Reddit API.
## Install
To get a specific version from the list of [versions](https://github.com/vartanbeno/geddit/releases):
```sh
go get github.com/vartanbeno/geddit@vX.Y.Z
```
Or for the latest version:
```sh
go get github.com/vartanbeno/geddit
```