UNPKG

chatwork-api-wrap

Version:
16 lines (15 loc) 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.STATUS_CODE = exports.BASE_URI = exports.CHATWORK_TOKEN = void 0; exports.CHATWORK_TOKEN = "X-ChatWorkToken"; exports.BASE_URI = "https://api.chatwork.com/v2/"; exports.STATUS_CODE = { "200_OK": 200, "204_NO_CONTENT": 204, "300_MULTIPLE_CHOICES": 300, "400_BAD_REQUEST": 400, "401_UNAUTHORIZED": 401, "403_FORBIDDEN": 403, "404_NOT_FOUND": 404, "429_TOO_MANY_REQUESTS": 429, };