With EdApp, you can build interactive mobile learning experiences for your employees or customers.
Some examples of what you can build with EdApp:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
edapp: {
type: "app",
app: "edapp",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://rest.edapp.com/v2/users`,
headers: {
Authorization: `Bearer ${this.edapp.$auth.api_token}`,
},
})
},
})
EdApp uses API keys for authentication. When you connect your EdApp account, Pipedream securely stores the keys so you can easily authenticate to EdApp APIs in both code and no-code steps.
To retrieve your API Token,