UNPKG

caccl-api

Version:

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

8 lines (6 loc) 133 B
/** * Prefixes for endpoints in the Canvas api * @author Gabe Abrams */ const API_PREFIX = '/api/v1'; export default API_PREFIX;