async
(params, auths) => {
}
//See the API docs here: https://developer.github.com/v3/users/followers/
const config = {
url: `https://api.github.com/users/followers`,
headers: {
Authorization: `Bearer ${auths.github.oauth_access_token}`,
},
}
return await require("@pipedreamhq/platform").axios(this, config)