Helping the world work, play, and communicate through our world-renowned Oxford Dictionaries data, brought to you by Oxford University Press.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
oxford_dictionaries: {
type: "app",
app: "oxford_dictionaries",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://od-api.oxforddictionaries.com/api/v2/languages`,
headers: {
"app_id": `${this.oxford_dictionaries.$auth.app_id}`,
"app_key": `${this.oxford_dictionaries.$auth.api_key}`,
},
})
},
})
Oxford Dictionaries uses API keys for authentication. When you connect your Oxford Dictionaries account, Pipedream securely stores the keys so you can easily authenticate to Oxford Dictionaries APIs in both code and no-code steps.
To retrieve your App ID and App Key,