Skip to content

Commit 3459adc

Browse files
committed
Update error message for HTTP 429.
1 parent dc2bc49 commit 3459adc

7 files changed

Lines changed: 248 additions & 199 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can install this library for JVM-based languages, including Java, Kotlin, Cl
5757
Add this dependency to your project's build file:
5858

5959
```groovy
60-
implementation "com.listennotes:podcast-api:1.1.0"
60+
implementation "com.listennotes:podcast-api:1.1.1"
6161
```
6262

6363
### Maven users
@@ -68,7 +68,7 @@ Add this dependency to your project's POM:
6868
<dependency>
6969
<groupId>com.listennotes</groupId>
7070
<artifactId>podcast-api</artifactId>
71-
<version>1.1.0</version>
71+
<version>1.1.1</version>
7272
</dependency>
7373
```
7474

@@ -143,7 +143,7 @@ the sort of error that occurred.
143143
| AuthenticationException | wrong api key or your account is suspended |
144144
| ApiConnectionException | fail to connect to API servers |
145145
| InvalidRequestException | something wrong on your end (client side errors), e.g., missing required parameters |
146-
| RateLimitException | you are using FREE plan and you exceed the quota limit |
146+
| RateLimitException | for FREE plan, exceeding the quota limit; or for all plans, sending too many requests too fast and exceeding the rate limit |
147147
| NotFoundException | endpoint not exist, or podcast / episode not exist |
148148
| ListenApiException | something wrong on our end (unexpected server errors) |
149149

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP_ID=com.listennotes
2-
VERSION_NAME=1.1.0
2+
VERSION_NAME=1.1.1
33

44
POM_URL=https://github.com/ListenNotes/podcast-api-java
55
POM_SCM_URL=git@github.com:ListenNotes/podcast-api-java.git

gradle/wrapper/gradle-wrapper.jar

618 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 153 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)