File tree Expand file tree Collapse file tree 12 files changed +148
-53
lines changed
docs/sdks/reportsexecutions
src/main/java/com/gr4vy/sdk Expand file tree Collapse file tree 12 files changed +148
-53
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: 5bbaa3a9-baa0-471b-ba6a-13fd88e8c119
33management:
4- docChecksum: 18c6516bb55583b76843d64969c1d642
4+ docChecksum: a4d06247bade58b8661c12eb32510ab9
55 docVersion: 1.0.0
66 speakeasyVersion: 1.555.2
77 generationVersion: 2.620.2
8- releaseVersion: 1.0.0-beta.8
9- configChecksum: d043c1b0c3ee14241ba7dac567c4ae76
8+ releaseVersion: 1.0.0-beta.9
9+ configChecksum: 9123943b77564dbc2f8133074085750d
1010 repoURL: https://github.com/gr4vy/gr4vy-java.git
1111 published: true
1212features:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ generation:
1818 oAuth2PasswordEnabled : false
1919 sdkHooksConfigAccess : true
2020java :
21- version : 1.0.0-beta.8
21+ version : 1.0.0-beta.9
2222 additionalDependencies :
2323 - testImplementation:org.junit.jupiter:junit-jupiter:5.10.0
2424 - implementation:com.auth0:java-jwt:4.5.0
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ sources:
99 - 1.0.0
1010 openapi:
1111 sourceNamespace: openapi
12- sourceRevisionDigest: sha256:8ee4f196bee9bb7ac2297c1865f961c5394e4118a0e74feec1bb9f9137b99504
13- sourceBlobDigest: sha256:bbf37bd476f9d17978dbed983ca325a3bc61bd1703c9888c7fbbc9a35abe1414
12+ sourceRevisionDigest: sha256:a5bb1f10a71ceb70e09f7d5ace55b855e0667707c965d1ad4ccaae9894db455e
13+ sourceBlobDigest: sha256:d11f98c39257effd8d29572fdac509c18610e712baedbba3428dba7c10f118c7
1414 tags:
1515 - latest
16- - speakeasy-sdk-regen-1749027924
16+ - speakeasy-sdk-regen-1749045087
1717 - 1.0.0
1818targets:
1919 gr-4-vy:
@@ -26,10 +26,10 @@ targets:
2626 java:
2727 source: openapi
2828 sourceNamespace: openapi
29- sourceRevisionDigest: sha256:8ee4f196bee9bb7ac2297c1865f961c5394e4118a0e74feec1bb9f9137b99504
30- sourceBlobDigest: sha256:bbf37bd476f9d17978dbed983ca325a3bc61bd1703c9888c7fbbc9a35abe1414
29+ sourceRevisionDigest: sha256:a5bb1f10a71ceb70e09f7d5ace55b855e0667707c965d1ad4ccaae9894db455e
30+ sourceBlobDigest: sha256:d11f98c39257effd8d29572fdac509c18610e712baedbba3428dba7c10f118c7
3131 codeSamplesNamespace: openapi-java-code-samples
32- codeSamplesRevisionDigest: sha256:dd03b1de57b4f1255a4a7ce668d92adf247960f509c5dadc47198860a7eecc75
32+ codeSamplesRevisionDigest: sha256:dccda131d29f78e7908f422223df1575023dea36b4e53d6cfa809a80a5a4bd2b
3333workflow:
3434 workflowVersion: 1.0.0
3535 speakeasyVersion: latest
Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ The samples below show how a published SDK artifact is used:
6060
6161Gradle:
6262``` groovy
63- implementation 'com.gr4vy:sdk:1.0.0-beta.8 '
63+ implementation 'com.gr4vy:sdk:1.0.0-beta.9 '
6464```
6565
6666Maven:
6767``` xml
6868<dependency >
6969 <groupId >com.gr4vy</groupId >
7070 <artifactId >sdk</artifactId >
71- <version >1.0.0-beta.8 </version >
71+ <version >1.0.0-beta.9 </version >
7272</dependency >
7373```
7474
Original file line number Diff line number Diff line change @@ -68,4 +68,14 @@ Based on:
6868### Generated
6969- [ java v1.0.0-beta.8] .
7070### Releases
71- - [ Maven Central v1.0.0-beta.8] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.8 - .
71+ - [ Maven Central v1.0.0-beta.8] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.8 - .
72+
73+ ## 2025-06-04 13:51:08
74+ ### Changes
75+ Based on:
76+ - OpenAPI Doc
77+ - Speakeasy CLI 1.555.2 (2.620.2) https://github.com/speakeasy-api/speakeasy
78+ ### Generated
79+ - [ java v1.0.0-beta.9] .
80+ ### Releases
81+ - [ Maven Central v1.0.0-beta.9] https://central.sonatype.com/artifact/com.gr4vy/sdk/1.0.0-beta.9 - .
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ publishing {
103103 // https://github.com/gradle/gradle/issues/18619
104104 groupId = " com.gr4vy"
105105 artifactId = " sdk"
106- version = " 1.0.0-beta.8 "
106+ version = " 1.0.0-beta.9 "
107107
108108 from components. java
109109
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ package hello.world;
2020import com.gr4vy.sdk.Gr4vy ;
2121import com.gr4vy.sdk.models.errors.* ;
2222import com.gr4vy.sdk.models.operations.ListAllReportExecutionsRequest ;
23- import com.gr4vy.sdk.models.operations.ListAllReportExecutionsResponse ;
2423import java.lang.Exception ;
2524
2625public class Application {
@@ -35,13 +34,13 @@ public class Application {
3534 ListAllReportExecutionsRequest req = ListAllReportExecutionsRequest . builder()
3635 .build();
3736
38- ListAllReportExecutionsResponse res = sdk. reportsExecutions(). list()
37+ sdk. reportsExecutions(). list()
3938 .request(req)
40- .call();
39+ .callAsStream()
40+ .forEach(item - > {
41+ // handle item
42+ });
4143
42- if (res. reportExecutions(). isPresent()) {
43- // handle response
44- }
4544 }
4645}
4746```
Original file line number Diff line number Diff line change 11groupId =com.gr4vy
22artifactId =sdk
3- version =1.0.0-beta.8
3+ version =1.0.0-beta.9
You can’t perform that action at this time.
0 commit comments