Package | Description |
---|---|
com.cd.reddit | |
com.cd.reddit.json.jackson |
Modifier and Type | Method and Description |
---|---|
RedditJsonMessage |
Reddit.comment(String rawMarkdown,
String parentId) |
RedditJsonMessage |
Reddit.delete(String fullname) |
RedditJsonMessage |
Reddit.login(String userName,
String password)
Once this method is called the cookie returned is set as the session and will be added to all future calls
|
Modifier and Type | Method and Description |
---|---|
RedditJsonMessage |
RedditJsonParser.parseJsonMessage()
This may not work for all Reddit API JSON response 'messages'
Sometimes the message is nested within a "json" key, as is the case for /api/login and /api/comment.
|
Copyright © 2013. All rights reserved.