UNPKG

architect-node-sdk

Version:

Essentialz Architect Nodejs SDK

17 lines (16 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONTENT_TYPES = exports.HEADER_KEYS = exports.LOCAL_STORAGE_KEYS = void 0; exports.LOCAL_STORAGE_KEYS = { AUTH_TOKEN: 'architect-auth-token', USER_ID_TOKEN: 'architect-user-id', }; exports.HEADER_KEYS = { CONTENT_TYPE: 'Content-Type', DEVELOPER_KEY: 'X_DEVELOPER_API_KEY', PAGINATION_PAGE: 'PAGE', PAGINATION_PER_PAGE: 'PER_PAGE', }; exports.CONTENT_TYPES = { JSON: 'application/json', };