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