draw 0.0.3
draw: ^0.0.3 copied to clipboard
A Reddit API wrapper for Dart, inspired by PRAW.
Change Log #
0.0.3 - 2018-01-22 #
Minor changes and bug fixes:
- Fixed bug that caused authentication to fail when using
draw.iniwith theScriptAuthenticator - Refactored DRAWConfigContext
0.0.2 - 2017-12-15 #
Minor updates:
- Added
CHANGELOG.md - Formatted sample code in
README.md - Renamed
.analysis_optionstoanalysis_options.yaml - Documentation added for classes and methods that had none
- Commented out currently unimplemented functionality to clean up generated documents
0.0.1 - 2017-12-08 #
Initial release with basic functionality, including:
- OAuth2 support for login
- Comment, Redditor, and Subreddit interfaces