You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,7 +15,7 @@ It is generated with [Stainless](https://www.stainless.com/).
15
15
16
16
<!-- x-release-please-start-version -->
17
17
18
-
The REST API documentation can be found on [developer.onebusaway.org](https://developer.onebusaway.org). Javadocs are available on [javadoc.io](https://javadoc.io/doc/org.onebusaway/onebusaway-sdk-java/0.1.0-alpha.24).
18
+
The REST API documentation can be found on [developer.onebusaway.org](https://developer.onebusaway.org). Javadocs are available on [javadoc.io](https://javadoc.io/doc/org.onebusaway/onebusaway-sdk-java/0.1.0-alpha.25).
19
19
20
20
<!-- x-release-please-end -->
21
21
@@ -26,7 +26,7 @@ The REST API documentation can be found on [developer.onebusaway.org](https://de
The `withOptions()` method does not affect the original client or service.
123
+
109
124
## Requests and responses
110
125
111
126
To send a request to the Onebusaway SDK API, build an instance of some `Params` class and pass it to the corresponding client method. When the response is received, it will be deserialized into an instance of a Java class.
Copy file name to clipboardExpand all lines: bin/check-release-environment
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,19 +3,19 @@
3
3
errors=()
4
4
5
5
if [ -z"${SONATYPE_USERNAME}" ];then
6
-
errors+=("The ONEBUSAWAY_SDK_SONATYPE_USERNAME secret has not been set. Please set it in either this repository's secrets or your organization secrets")
6
+
errors+=("The SONATYPE_USERNAME secret has not been set. Please set it in either this repository's secrets or your organization secrets")
7
7
fi
8
8
9
9
if [ -z"${SONATYPE_PASSWORD}" ];then
10
-
errors+=("The ONEBUSAWAY_SDK_SONATYPE_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organization secrets")
10
+
errors+=("The SONATYPE_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organization secrets")
11
11
fi
12
12
13
13
if [ -z"${GPG_SIGNING_KEY}" ];then
14
-
errors+=("The ONEBUSAWAY_SDK_SONATYPE_GPG_SIGNING_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
14
+
errors+=("The GPG_SIGNING_KEY secret has not been set. Please set it in either this repository's secrets or your organization secrets")
15
15
fi
16
16
17
17
if [ -z"${GPG_SIGNING_PASSWORD}" ];then
18
-
errors+=("The ONEBUSAWAY_SDK_SONATYPE_GPG_SIGNING_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organization secrets")
18
+
errors+=("The GPG_SIGNING_PASSWORD secret has not been set. Please set it in either this repository's secrets or your organization secrets")
Copy file name to clipboardExpand all lines: onebusaway-sdk-java-client-okhttp/src/main/kotlin/org/onebusaway/client/okhttp/OnebusawaySdkOkHttpClient.kt
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -163,13 +163,7 @@ class OnebusawaySdkOkHttpClient private constructor() {
Copy file name to clipboardExpand all lines: onebusaway-sdk-java-client-okhttp/src/main/kotlin/org/onebusaway/client/okhttp/OnebusawaySdkOkHttpClientAsync.kt
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -164,13 +164,7 @@ class OnebusawaySdkOkHttpClientAsync private constructor() {
0 commit comments