Skip to content

Commit e79e0ed

Browse files
committed
app/package base
1 parent c190262 commit e79e0ed

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

components/utopian_labs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@pipedream/platform": "^3.0.3"
16+
"utopianlabs": "^0.1.11"
1717
}
1818
}
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
import { UtopianLabs } from "utopianlabs";
2+
13
export default {
24
type: "app",
35
app: "utopian_labs",
46
propDefinitions: {},
57
methods: {
6-
// this.$auth contains connected account data
7-
authKeys() {
8-
console.log(Object.keys(this.$auth));
8+
_getClient() {
9+
return new UtopianLabs({
10+
apiKey: this.$auth.api_key,
11+
});
912
},
1013
},
1114
};

pnpm-lock.yaml

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)