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

Commits on Jul 7, 2017

  1. 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.
    bkonyi committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    80648b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Addressed style comments made by leonsenft and enabled additional flags

    for the analyzer on Travis.
    bkonyi committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    975d0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0737d59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c86914 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    8eaf079 View commit details
    Browse the repository at this point in the history
  2. Enabled and fixed lint errors.

    bkonyi committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    f3d317d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Configuration menu
    Copy the full SHA
    01ae901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f081bf8 View commit details
    Browse the repository at this point in the history
  3. Swithed to full sentences and implmented doc comments instead of regu…

    …lar comments with adherence to dart docs.
    ckartik authored and bkonyi committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    f2d8629 View commit details
    Browse the repository at this point in the history
  4. Ran dartfmt and dart analyser

    ckartik authored and bkonyi committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    d79cf03 View commit details
    Browse the repository at this point in the history
  5. Fixed typo in LICENSE.

    bkonyi committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    24a8c39 View commit details
    Browse the repository at this point in the history
  6. Added [WebAuthenticator], which allows for user authentication throug…

    …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.
    bkonyi committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    2cd0bf9 View commit details
    Browse the repository at this point in the history
  7. Removed junk files.

    bkonyi committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    6e8dd06 View commit details
    Browse the repository at this point in the history
  8. -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 committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    3160c58 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Configuration menu
    Copy the full SHA
    0c2939c View commit details
    Browse the repository at this point in the history
  2. Updated TestAuthenticator.get(...) signature to match that of

    Authenticator.get(...)
    bkonyi committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    8b1e016 View commit details
    Browse the repository at this point in the history