Skip to content

Commit 952805f

Browse files
committed
SDK regeneration
1 parent f62e859 commit 952805f

File tree

78 files changed

+1631
-1494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1631
-1494
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-100 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Thu Jul 17 23:24:55 UTC 2025
1+
#Fri Jul 18 18:17:02 UTC 2025
22
gradle.version=8.14.3

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the dependency in your `pom.xml` file:
2525
<dependency>
2626
<groupId>com.pipedream</groupId>
2727
<artifactId>pipedream</artifactId>
28-
<version>0.0.202</version>
28+
<version>0.0.216</version>
2929
</dependency>
3030
```
3131

@@ -43,15 +43,16 @@ public class Example {
4343
public static void main(String[] args) {
4444
PipedreamApiClient client = PipedreamApiClient
4545
.builder()
46-
.clientId("<clientId>")
47-
.clientSecret("<clientSecret>")
46+
.accessToken("<token>")
4847
.build();
4948

5049
client.accounts().create(
5150
"project_id",
5251
CreateAccountRequest
5352
.builder()
5453
.appSlug("app_slug")
54+
.cfmapJson("cfmap_json")
55+
.connectToken("connect_token")
5556
.build()
5657
);
5758
}

0 commit comments

Comments
 (0)