..
account.go
Create getThing method to remove duplicate code
2020-09-18 11:27:42 -04:00
account_test.go
Use (*http.Request).PostForm, delete preceding slashes
2020-09-20 23:51:06 -04:00
collection.go
Edit error messages
2020-09-29 13:40:34 -04:00
collection_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
comment.go
Edit error messages
2020-09-29 13:40:34 -04:00
comment_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
emoji.go
Replace fmt.Sprint with strconv.Itoa, specify slice capacity
2020-09-29 14:01:21 -04:00
emoji_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
errors.go
Rate limit errors, prevent requests if above limit
2020-09-28 23:44:24 -04:00
flair.go
Edit error messages
2020-09-29 13:40:34 -04:00
flair_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
gold.go
Replace fmt.Sprint with strconv.Itoa, specify slice capacity
2020-09-29 14:01:21 -04:00
gold_test.go
Use (*http.Request).PostForm, delete preceding slashes
2020-09-20 23:51:06 -04:00
listings.go
Add methods to ModerationService, attribute to Post, use go v1.15
2020-09-07 21:24:14 -04:00
listings_test.go
Add methods to ModerationService, attribute to Post, use go v1.15
2020-09-07 21:24:14 -04:00
live-thread.go
Use (*http.Request).PostForm, delete preceding slashes
2020-09-20 23:51:06 -04:00
live-thread_test.go
Add embedded urls attribute to live thread updates
2020-09-18 09:56:06 -04:00
message.go
Remove "before" field from Response
2020-09-29 14:19:32 -04:00
message_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
moderation.go
Chage NewRequest methods, add multi description kind to thing
2020-09-09 23:02:06 -04:00
moderation_test.go
Use (*http.Request).PostForm, delete preceding slashes
2020-09-20 23:51:06 -04:00
multi.go
Replace fmt.Sprint with strconv.Itoa, specify slice capacity
2020-09-29 14:01:21 -04:00
multi_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
post-and-comment.go
Replace fmt.Sprint with strconv.Itoa, specify slice capacity
2020-09-29 14:01:21 -04:00
post.go
Remove "before" field from Response
2020-09-29 14:19:32 -04:00
post_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
reddit-oauth.go
Return errors on nil credentials, move code around
2020-08-27 00:29:53 -04:00
reddit-options.go
Edit error messages
2020-09-29 13:40:34 -04:00
reddit-options_test.go
Edit error messages
2020-09-29 13:40:34 -04:00
reddit-user-agent.go
Add global DefaultClient (readonly), WithUserAgent option
2020-08-29 03:25:28 -04:00
reddit.go
Remove "before" field from Response
2020-09-29 14:19:32 -04:00
reddit_test.go
Rate limit errors, prevent requests if above limit
2020-09-28 23:44:24 -04:00
stream.go
Revamp listing decoding, include after/before anchors in response
2020-08-29 14:23:37 -04:00
stream_test.go
Change setup method signature for tests, no global vars
2020-08-23 22:34:59 -04:00
streamer.go
Add streamer config, tests
2020-08-22 14:26:50 -04:00
subreddit.go
Remove "before" field from Response
2020-09-29 14:19:32 -04:00
subreddit_test.go
Add tests, get post requirements for subreddit
2020-09-22 09:00:00 -04:00
things.go
Remove "before" field from Response
2020-09-29 14:19:32 -04:00
timestamp.go
Remove FromEnv option, a few todos
2020-08-27 18:23:29 -04:00
timestamp_test.go
Move everything to new reddit/ folder
2020-08-20 14:37:59 -04:00
user.go
Create getThing method to remove duplicate code
2020-09-18 11:27:42 -04:00
user_test.go
Use (*http.Request).PostForm, delete preceding slashes
2020-09-20 23:51:06 -04:00
widget.go
Replace fmt.Sprint with strconv.Itoa, specify slice capacity
2020-09-29 14:01:21 -04:00
widget_test.go
WIP: Create widgets
2020-09-27 23:11:40 -04:00
wiki.go
Remove "before" field from Response
2020-09-29 14:19:32 -04:00
wiki_test.go
Edit error messages
2020-09-29 13:40:34 -04:00