Class CanvasService

java.lang.Object
edu.ucsb.cs156.frontiers.services.CanvasService

@Service @Validated public class CanvasService extends Object
Service for interacting with the Canvas API.

Note that the Canvas API uses a GraphQL endpoint, which allows for more flexible queries compared to traditional REST APIs.

For more information on the Canvas API, visit the official documentation at ....

You can typically interact with Canvas API GraphQL endpoints interactively by appending /graphiql to the URL of the Canvas instance.

For example, for UCSB Canvas, use: ...