import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
owl_protocol: {
type: "app",
app: "owl_protocol",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.owl_protocol.$auth.api_url}/project/projectUsers`,
headers: {
"accept": `application/json`,
"x-api-key": `${this.owl_protocol.$auth.api_key}`,
},
})
},
})
Deploy digital asset collection. See the documentation
Get network details by the ID. See the documentation
Mint digital assets for collection. See the documentation
Owl Protocol uses API keys for authentication. When you connect your Owl Protocol account, Pipedream securely stores the keys so you can easily authenticate to Owl Protocol APIs in both code and no-code steps.
To retrieve your API Key, API URL and Project ID