auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps, auths) => {
}
return await require("@pipedreamhq/platform").axios(this, {
url: `https://api.pipedream.com/v1/users/me`,
headers: {
Authorization: `Bearer ${auths.pipedream.api_key}`,
},
})