import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
bitrated: {
type: "app",
app: "bitrated",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://www.bitrated.com/pipedreamtest.json`,
})
},
})
Bitrated uses API keys for authentication. When you connect your Bitrated account, Pipedream securely stores the keys so you can easily authenticate to Bitrated APIs in both code and no-code steps.
The Bitrated API does not enforce authentication.