auths
objectreturn
or this.key = 'value'
, pass input data to your code viaparams
, and maintain state across executions with$checkpoint.async
(event, steps) => {
}
const axios = require('axios');
const config = {
method: 'get',
url: 'https://boards-api.greenhouse.io/v1/boards/juvo/jobs',
headers: { }
};
return await axios(config)