edu.ksu.canvas.model.status.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of canvas-api Show documentation
Show all versions of canvas-api Show documentation
A native Java library to talk to the Canvas REST API
/**
* Objects to represent Canvas status responses.
*
* Some API calls do not return Canvas domain objects but rather
* a success/failure status or an error message. This package
* contains objects to parse these responses.
*/
package edu.ksu.canvas.model.status;