Skip to content

Commit c795c19

Browse files
committed
Create version v1.1.0
1 parent 673afeb commit c795c19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ENDPOINTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
Endpoints
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 |

lib/src/gen/java/net/dean/jraw/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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. */
77
public 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" */

0 commit comments

Comments
 (0)