6.8.5 • Published 1 year ago

ada-class-client v6.8.5

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Ada ClassAPI Client

Provides a client framework to consume ADA Class API

  • Session authentication
  • Authenticated requests to the API

Example of use

    import * as ada from "ada-class-client"

    async example(url, user, pass, turmaId) {

        const client = new ada.Client(await ada.SessionProvider.getSession(url, user, pass))

        const lessonsService = new ada.Lessons(client);
        const attendanceService = new ada.Attendances(client, lessonsService)

        const attendanceForTodaysLesson = await attendanceService.getAttendanceForTodaysLesson(turmaId);
        console.log(attendanceForTodaysLesson)
    }

A full example of usage:

Sending attendance list automatically from google meet to ada class via API :

https://github.com/marceltanuri/class-auto-attendance

6.8.5

1 year ago

6.8.2

1 year ago

6.8.1

1 year ago

6.8.0

1 year ago

6.7.2

1 year ago

6.7.1

1 year ago

6.7.0

1 year ago

6.6.0

1 year ago

6.5.0

1 year ago

6.4.0

1 year ago

6.3.0

1 year ago

6.2.0

1 year ago

6.1.0

1 year ago

6.0.0

1 year ago

5.1.0

1 year ago

5.0.0

1 year ago

4.0.0

1 year ago

3.0.0

1 year ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago