edu.ksu.canvas.model.wrapper.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
/**
* Wrapper objects for when the Canvas API returns lists wrapped in an object
*
* Some API calls return an object with a list inside of it instead of just
* the list. The classes in here are just objects to hold lists for easy
* parsing via Gson. They should only be used internally to the API library.
*/
package edu.ksu.canvas.model.wrapper;