PipedreamHQ / PipedreamHQ/pipedream

[Components] edusign

Open
#9,624 2 comments 0 reactions 0 assignees View on GitHub
blocked paid-account-needed triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# edusign
## URLs
- https://ext.edusign.fr/doc/
## Polling Sources
### new-admin
#### Prompt
Emit new event when new admins are added. No props required.
#### URLs
- https://ext.edusign.fr/doc/#api-Users-GetV1Users
### new-course
#### Prompt
Emit new event when new courses are created. No props required.
#### URLs
- https://ext.edusign.fr/doc/#api-Courses-GetV1CoursePage0
### new-student
#### Prompt
Emit new event when a new student is registered. No props required.
#### URLs
- https://ext.edusign.fr/doc/#api-Students-GetV1StudentPage0
## Actions
### create-course
#### Prompt
Creates a new course. Required props: 'name' of the course, 'course_id' (unique identifier). Optional props: 'description' of the course, and optional 'start_date' and 'end_date'.
#### URLs
- https://ext.edusign.fr/doc/#api-Groups-GetV1GroupPage0
- https://ext.edusign.fr/doc/#api-Classrooms-GetV1Classrooms
- https://ext.edusign.fr/doc/#api-Surveys-GetV1Surveys
- https://ext.edusign.fr/doc/#api-Courses-PostV1Course
### create-student
#### Prompt
Registers a new student. Required props: 'first_name', 'last_name', 'email' (unique identifier), and 'student_id' (unique identifier). Optional props: 'address', 'phone_number' and 'date_of_birth'.
#### URLs
- https://ext.edusign.fr/doc/#api-Groups-GetV1GroupPage0
- https://ext.edusign.fr/doc/#api-Students-PostV1Student
### get-course
#### Prompt
Retrieves details about a specific course. Required prop: 'course_id', the unique identifier of the course.
#### URLs
- https://ext.edusign.fr/doc/#api-Courses-GetV1CourseId
- https://ext.edusign.fr/doc/#api-Courses-GetV1CoursePage0

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.