Skip to content

Pipedream SDK #12685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 56 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
b6a55c9
Moving helpers to Pipedream license
dylburger Jun 28, 2024
0e26bb5
Adding example app
dylburger Jul 1, 2024
1d00780
Adding pnpm-lock.yaml
dylburger Jul 1, 2024
ebe08d0
Merge remote-tracking branch 'origin/master' into pipedream-sdk
dylburger Jul 1, 2024
d08dfcd
Adding env handling for dev.
dylburger Jul 3, 2024
bbca46d
Abstracting test ID logic
dylburger Jul 3, 2024
a1b0008
Test app -> GitHub
dylburger Jul 3, 2024
6e529ef
refactor demo
celador Jul 9, 2024
5b7ab9c
fixup
celador Jul 9, 2024
a35a318
fixup
celador Jul 9, 2024
e6593c4
add projectId
jsendo Jul 12, 2024
4b3e11b
update to use pub_key in basic auth
jsendo Jul 19, 2024
4a27b5f
Merge branch 'master' into pipedream-sdk
jverce Jul 26, 2024
790449f
Fixes (to a certain point)
jverce Jul 27, 2024
99b4d3c
fix some stuff after merge
jsendo Jul 30, 2024
5b0b160
cleanup
jsendo Jul 30, 2024
5b6c35c
Update page.tsx
dannyroosevelt Jul 31, 2024
a48b7c5
updating docs link on demo app page
dannyroosevelt Aug 5, 2024
8138f9d
Add public key param to oauth flow start request (#13183)
bzwrk Aug 7, 2024
2748868
fixup
celador Aug 8, 2024
9ef5e54
add verify domain to startConnect
celador Aug 8, 2024
b063e85
Create yarn.lock
dannyroosevelt Aug 9, 2024
033c5cf
Update yarn.lock
dannyroosevelt Aug 9, 2024
2c68d03
fix type error
celador Aug 9, 2024
bab227c
debug
celador Aug 12, 2024
e2bcfa4
more logging
celador Aug 12, 2024
e4e37b7
Merge remote-tracking branch 'origin/master' into pipedream-sdk
dylburger Aug 12, 2024
fc13dce
Revving pnpm-lock
dylburger Aug 12, 2024
0b6a765
Update page.tsx
dannyroosevelt Aug 12, 2024
fe00517
import Buffer
celador Aug 12, 2024
610047b
add "buffer" package
celador Aug 13, 2024
971e095
Revert "add "buffer" package"
celador Aug 13, 2024
6280e8c
clean
celador Aug 13, 2024
07d812c
allow pass in publicKey on browser createClient
celador Aug 13, 2024
774418b
clean
celador Aug 13, 2024
f53b688
build
celador Aug 13, 2024
b00ce3b
clean
celador Aug 13, 2024
1595869
update build
celador Aug 13, 2024
0ab89d1
add type files
celador Aug 13, 2024
3a41fd2
Testing, improving SDK (#13515)
dylburger Aug 14, 2024
0db7fc9
Create yarn.lock
dannyroosevelt Aug 14, 2024
6de0576
Merge remote-tracking branch 'origin/master' into pipedream-sdk
dylburger Aug 14, 2024
eeafb62
Je/pipedream sdk (#13489)
jsendo Aug 14, 2024
7295f27
add app name_slug to example
jsendo Aug 14, 2024
259e737
Remove public key usage on the client-side
jverce Aug 14, 2024
ec31171
Use new Accounts endpoints
jverce Aug 1, 2024
95142d0
Pipedream SDK — additional cleanup pre-preview launch (#13563)
dylburger Aug 14, 2024
d58bae3
removing client_name from example app example code
dannyroosevelt Aug 14, 2024
987a3d2
Merge branch 'master' into pipedream-sdk
dannyroosevelt Aug 15, 2024
57a9f97
Create yarn.lock
dannyroosevelt Aug 15, 2024
7d37233
Changes to help Danny ship
dylburger Aug 15, 2024
cd55977
lock file
dylburger Aug 15, 2024
18c9fb8
Styling connect button, bottom padding
dannyroosevelt Aug 19, 2024
a1764ea
do not debug unknown event type
celador Aug 19, 2024
298f1dd
Merge remote-tracking branch 'origin/master' into pipedream-sdk
dylburger Aug 19, 2024
841089e
Dylan/connect docs (#13578)
dylburger Aug 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/_8x8_connect/_8x8_connect.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ignore all of these component changes. We should fix the underlying ESLint config so this doesn't happen, not urgent for this PR

};
2 changes: 1 addition & 1 deletion components/activecalculator/activecalculator.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/addressfinder/addressfinder.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/aryn/aryn.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/backblaze/backblaze.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/d7_darwin/d7_darwin.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/easyhire/easyhire.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
7 changes: 6 additions & 1 deletion components/faceup/faceup.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ export default {
type: "app",
app: "faceup",
propDefinitions: {},
methods: {},
methods: {
// this.$auth contains connected account data
authKeys() {
console.log(Object.keys(this.$auth));
},
},
};
2 changes: 1 addition & 1 deletion components/firecrawl/firecrawl.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/genderapi_io/genderapi_io.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/hypeauditor/hypeauditor.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/lambdatest/lambdatest.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/llmwhisperer/llmwhisperer.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/looker_studio/looker_studio.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/mails_so/mails_so.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/parser_expert/parser_expert.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/qryptal/qryptal.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/security_reporter/security_reporter.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/smartymeet/smartymeet.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/spamcheck_ai/spamcheck_ai.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/tidyhq/tidyhq.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/v7_darwin/v7_darwin.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/waitless/waitless.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/watsonx_ai/watsonx_ai.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/webling/webling.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
2 changes: 1 addition & 1 deletion components/welcome/welcome.app.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export default {
console.log(Object.keys(this.$auth));
},
},
};
};
3 changes: 1 addition & 2 deletions docs-v2/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"connected-accounts": "Connected Accounts",
"apps": "Integrations",
"connect": {
"title": "Pipedream Connect",
"display": "children"
"title": "Pipedream Connect"
},
"components": "Components",
"sources": "Sources",
Expand Down
14 changes: 9 additions & 5 deletions docs-v2/pages/connect/_meta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"index": {
"title": "Pipedream Connect",
"display": "hidden"
"title": "Overview"
},
"reference": {
"title": "API Reference",
"display": "hidden"
"use-cases": {
"title": "Use cases"
},
"quickstart": {
"title": "Quickstart"
},
"api": {
"title": "API Reference"
}
}
Loading
Loading