A comprehensive project and task management software built for forward-thinking teams.
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
easy_projects: {
type: "app",
app: "easy_projects",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://${this.easy_projects.$auth.domain}.go.easyprojects.net/api/v1/users/current`,
auth: {
username: `${this.easy_projects.$auth.email}`,
password: `${this.easy_projects.$auth.password}`,
},
})
},
})
Easy Projects uses API keys for authentication. When you connect your Easy Projects account, Pipedream securely stores the keys so you can easily authenticate to Easy Projects APIs in both code and no-code steps.
Easy Projects requires their users enter their Easy Projects email and password in order to connect to their API. For more info, refer to Easy Projects’s documentation.
Your domain is 1234
if your Easy Projects dashboard is https://1234.go.easyprojects.net/activities