-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Orianna should pretty much never throw a 429 anymore, and should handle
responding to them from the server (if the rate limiter gets out of sync) automatically. You still need to set your rate limit correctly, or face the wrath of Riot.
- Loading branch information
Showing
5 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ Standard Java | |
<dependency> | ||
<groupId>com.robrua</groupId> | ||
<artifactId>orianna</artifactId> | ||
<version>2.1.3</version> | ||
<version>2.1.4</version> | ||
</dependency> | ||
``` | ||
|
||
|
@@ -47,7 +47,7 @@ Android | |
<dependency> | ||
<groupId>com.robrua</groupId> | ||
<artifactId>orianna-android</artifactId> | ||
<version>2.1.3</version> | ||
<version>2.1.4</version> | ||
</dependency> | ||
``` | ||
|
||
|
@@ -60,7 +60,7 @@ repositories { | |
} | ||
dependencies { | ||
compile 'com.robrua:orianna:2.1.3' | ||
compile 'com.robrua:orianna:2.1.4' | ||
} | ||
``` | ||
|
||
|
@@ -71,7 +71,7 @@ repositories { | |
} | ||
dependencies { | ||
compile 'com.robrua:orianna-android:2.1.3' | ||
compile 'com.robrua:orianna-android:2.1.4' | ||
} | ||
``` | ||
|
||
|
@@ -225,7 +225,7 @@ public class Example { | |
[Found Here](http://robrua.github.io/Orianna/) | ||
|
||
## Download | ||
[Check Releases](https://github.com/robrua/Orianna/releases) | ||
[Releases](https://github.com/robrua/Orianna/releases)/[Snapshot](http://robrua.com/orianna) | ||
|
||
## Questions/Contributions | ||
Feel free to send pull requests or to contact me via github or email ([email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters