UNPKG

caccl-api

Version:

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

9 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Prefixes for endpoints in the Canvas api * @author Gabe Abrams */ var API_PREFIX = '/api/v1'; exports.default = API_PREFIX; //# sourceMappingURL=API_PREFIX.js.map