UNPKG

caccl-api

Version:

A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.

7 lines (6 loc) 140 B
/** * Prefixes for endpoints in the Canvas api * @author Gabe Abrams */ declare const API_PREFIX = "/api/v1"; export default API_PREFIX;