CanvasAPI icon indicating copy to clipboard operation
CanvasAPI copied to clipboard

Canvas by Instructure library for Android 2.3 +

Results 7 CanvasAPI issues
Sort by recently updated
recently updated
newest added

The current version of the updateDiscussionTopic method is not handling the "locked" field of the Discussion so I override the method that will take boolean "locked" to close or open...

I haven't had problems with any other API endpoints, but a POST to calendar_events through a command-line client (like pandarus) produces an error: ```json { "message": "The specified resource does...

which API is used to find reciptionits by two filters combined . 1) by section 2) by type (teacher or Student)

i have been reading Canvas API and there is no function mentioned to attach file in conversation.

In discussions, how can we know that whether a user is subscribed or not to a Topic? I have checked all fields in the `DiscussionTopicHeader` model but could not find...

I am trying to upload an image file to submit the assignment, but I am not able to find any API related to Assignment Submission in documentation. Neither for submitting...

I am trying to get user object from access token after login from AccessToken object but it returns me null. I tried to get User object from UserApi.getSelf() method but...