channelape-sdk
Version:
A client for interacting with ChannelApe's API
9 lines • 388 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var Environment;
(function (Environment) {
Environment["PRODUCTION"] = "https://api.channelape.com";
Environment["STAGING"] = "https://staging-api.channelape.com";
})(Environment = exports.Environment || (exports.Environment = {}));
exports.default = Environment;
//# sourceMappingURL=Environment.js.map