Skip to content

Commit 1db0ed2

Browse files
dylburgerdannyrooseveltceladorjsendojverce
authored
Pipedream SDK (#12685)
Adds `@pipedream/sdk`, example apps, new Pipedream Connect docs --------- Co-authored-by: Danny Roosevelt <[email protected]> Co-authored-by: John Nelson <[email protected]> Co-authored-by: Jason Endo <[email protected]> Co-authored-by: Jay Vercellone <[email protected]> Co-authored-by: Danny Roosevelt <[email protected]> Co-authored-by: Biz Melesse <[email protected]>
1 parent 7f360f5 commit 1db0ed2

Some content is hidden

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

66 files changed

+9657
-1818
lines changed

Diff for: components/_8x8_connect/_8x8_connect.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/activecalculator/activecalculator.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/addressfinder/addressfinder.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/aryn/aryn.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/backblaze/backblaze.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/d7_darwin/d7_darwin.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/easyhire/easyhire.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/faceup/faceup.app.mjs

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@ export default {
22
type: "app",
33
app: "faceup",
44
propDefinitions: {},
5-
methods: {},
5+
methods: {
6+
// this.$auth contains connected account data
7+
authKeys() {
8+
console.log(Object.keys(this.$auth));
9+
},
10+
},
611
};

Diff for: components/firecrawl/firecrawl.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/genderapi_io/genderapi_io.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/hypeauditor/hypeauditor.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/lambdatest/lambdatest.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/llmwhisperer/llmwhisperer.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/looker_studio/looker_studio.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/mails_so/mails_so.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/parser_expert/parser_expert.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/qryptal/qryptal.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/security_reporter/security_reporter.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/smartymeet/smartymeet.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/spamcheck_ai/spamcheck_ai.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/tidyhq/tidyhq.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/v7_darwin/v7_darwin.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/waitless/waitless.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/watsonx_ai/watsonx_ai.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/webling/webling.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: components/welcome/welcome.app.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

Diff for: docs-v2/pages/_meta.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"connected-accounts": "Connected Accounts",
1111
"apps": "Integrations",
1212
"connect": {
13-
"title": "Pipedream Connect",
14-
"display": "children"
13+
"title": "Pipedream Connect"
1514
},
1615
"components": "Components",
1716
"sources": "Sources",

Diff for: docs-v2/pages/connect/_meta.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"index": {
3-
"title": "Pipedream Connect",
4-
"display": "hidden"
3+
"title": "Overview"
54
},
6-
"reference": {
7-
"title": "API Reference",
8-
"display": "hidden"
5+
"use-cases": {
6+
"title": "Use cases"
7+
},
8+
"quickstart": {
9+
"title": "Quickstart"
10+
},
11+
"api": {
12+
"title": "API Reference"
913
}
1014
}

0 commit comments

Comments
 (0)