File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/src/gen/java/net/dean/jraw Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- - Generated 2018-05-29 at 09:25:43 EDT. Use `./gradlew :meta:update` to update. DO NOT MODIFY DIRECTLY -->
1+ <!-- - Generated 2018-05-29 at 10:22:01 EDT. Use `./gradlew :meta:update` to update. DO NOT MODIFY DIRECTLY -->
22
33Endpoints
44=========
@@ -12,7 +12,7 @@ So far, **86** endpoints (out of 196) have been implemented.
1212
1313| Method | Endpoint | Implementation |
1414| :------:| -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
15- | ` POST ` | [ ` /api/comment ` ] ( https://www.reddit.com/dev/api/oauth#POST_api_comment ) | [ ` ReplyableReference.reply() ` ] ( https://github.com/mattbdean/JRAW/tree/master/lib/src/main/kotlin/net/dean/jraw/references/ReplyableReference.kt#L11 ) |
15+ | ` POST ` | [ ` /api/comment ` ] ( https://www.reddit.com/dev/api/oauth#POST_api_comment ) | [ ` ReplyableReference.reply() ` ] ( https://github.com/mattbdean/JRAW/tree/master/lib/src/main/kotlin/net/dean/jraw/references/ReplyableReference.kt#L14 ) |
1616| ` POST ` | [ ` [/r/{subreddit}]/api/friend ` ] ( https://www.reddit.com/dev/api/oauth#POST_api_friend ) | None |
1717| ` GET ` | [ ` /api/needs_captcha ` ] ( https://www.reddit.com/dev/api/oauth#GET_api_needs_captcha ) | None |
1818| ` POST ` | [ ` [/r/{subreddit}]/api/unfriend ` ] ( https://www.reddit.com/dev/api/oauth#POST_api_unfriend ) | None |
Original file line number Diff line number Diff line change 55 *
66 * For JRAW developers: this class should not be edited by hand. This class can be regenerated through the {@code :meta:update} Gradle task. */
77public final class Version {
8- private static final String version = "1.0 .0" ;
8+ private static final String version = "1.1 .0" ;
99
1010 /**
1111 * A semver string like "1.2.3" */
You can’t perform that action at this time.
0 commit comments