Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various additions to create RedditBase objects and Stream<RedditBase> generators #6

Merged
merged 16 commits into from
Aug 4, 2017

Conversation

bkonyi
Copy link
Member

@bkonyi bkonyi commented Aug 2, 2017

-Added code to turn Reddit API responses into RedditBase objects.
-Added an abstract class, ListingGenerator, which contains a static
method which allows for asynchronous iteration over Reddit API listing
results.
-Implemented a subset of the User class.
-Created stubs for Redditor and Subreddit classes.
-Updated documentation for various classes

bkonyi and others added 14 commits July 7, 2017 16:20
https://www.reddit.com/api/v1/authorize. Authentication + authorization
have been tested, but nothing else at the moment.
…h a browser (#5)

Added [WebAuthenticator], which allows for user authentication at
https://www.reddit.com/api/v1/authorize. Authentication + authorization
have been tested, but nothing else at the moment.
-Added an abstract class, ListingGenerator, which contains a static
method which allows for asynchronous iteration over Reddit API listing
results.
-Implemented a subset of the User class.
-Created stubs for Redditor and Subreddit classes.
-Updated documentation for various classes.
@bkonyi bkonyi requested a review from ckartik August 2, 2017 00:20
@bkonyi bkonyi added this to the MVP milestone Aug 4, 2017
@bkonyi bkonyi self-assigned this Aug 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants