Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 -- removed GetPaginatedTopics to avoid confusion for new comers, this class has become deprecated.
 -- added examples package in README.md
  • Loading branch information
Andrei Sfat authored and Andrei Sfat committed Mar 30, 2015
1 parent 4e280fa commit 170ac84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public class ComposeTest {
}
```

### Other examples
You can find other examples [here](https://github.com/karan/jReddit/tree/master/src/main/java/examples)

### What's next for jReddit?
The plan is to implement every feature documented [here](http://www.reddit.com/dev/api). To see which methods have been implemented, and which have not, see [this file](https://github.com/karan/jReddit/blob/master/implemented_methods.md).

Expand Down
29 changes: 0 additions & 29 deletions examples/GetPaginatedTopics.java

This file was deleted.

0 comments on commit 170ac84

Please sign in to comment.