Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIS Import: Support errorsAttachment objects to download SIS import f… #37

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

mpellicer
Copy link

…ull error logs.

@nicholaswilson100 nicholaswilson100 merged commit 7efb0ff into master Sep 30, 2021
@nicholaswilson100 nicholaswilson100 deleted the sis_import_errors branch September 30, 2021 09:40
* Class to represent Canvas Sis Imports Errors Attachment
* See <a href="https://canvas.instructure.com/doc/api/sis_imports.html#SisImport">SisImport</a> documentation.
*/
@CanvasObject(postKey = "errors_attachment")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure you need the @CanvasObject and @CanvasField annotations as this object shouldn't ever be POSTed back to Canvas. The only place they are used is in edu.ksu.canvas.model.BaseCanvasModel when building POST request parameters.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, pure imitation, let me address this and re-test, thanks @buckett.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants