Implementing the Canvas API #535
-
Hi there, As a Computer Science student, for my upcoming assignment, I am hoping to write a software application that leverages the Canvas API to take an assignment that my university sets and display it's due date and task-name within my own application. Does anyone know if such a process is possible via the Canvas API, and if so would anyone have any resources I could utilise to execute on the project. Thanks in advance. FYI: The project I am writing now is written in flutter (Dart). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yeah, you can definitely do this. I've never used Dart, so you'll need to just look through the Canvas API docs, particularly the Assignments endpoint. There's a resource which lists all assignments for a user, which should help you get started. You'll need to generate an API token in your account to access any of the resources. |
Beta Was this translation helpful? Give feedback.
Yeah, you can definitely do this. I've never used Dart, so you'll need to just look through the Canvas API docs, particularly the Assignments endpoint. There's a resource which lists all assignments for a user, which should help you get started.
You'll need to generate an API token in your account to access any of the resources.