UNPKG

kyodo.dorks

Version:

TypeScript API wrapper for Kyodo: Communities & Chats

31 lines (30 loc) 1.26 kB
"use strict"; // Basic Object.defineProperty(exports, "__esModule", { value: true }); exports.KYODO_APP_HEADERS = exports.KYODO_API_HEADERS = exports.TELEGRAM_URL = exports.CURRENT_VERSION = exports.SIGNATURE_KEY = exports.APP_URL = exports.API_URL = void 0; exports.API_URL = 'https://api.kyodo.app'; exports.APP_URL = 'https://kyodo.app'; exports.SIGNATURE_KEY = '9d93933f-7864-4872-96b2-9541ac03cf6c'; exports.CURRENT_VERSION = '1.0.0'; exports.TELEGRAM_URL = 'https://t.me/aminodorks'; // Structures exports.KYODO_API_HEADERS = { 'Accept': 'application/json, text/plain, */*', 'app-id': 'android app.kyodo.android/4.163.819', 'app-version': '4.163.819', 'Connection': 'Keep-Alive', 'Content-Type': 'application/json', 'device-language': 'ru', 'device-timezone': 'Europe/Moscow', 'Host': 'api.kyodo.app', 'User-Agent': 'kyodo.dorks/1.0.0 (https://github.com/thatcelt/KyodoDorksTS)' }; exports.KYODO_APP_HEADERS = { 'Accept': 'application/json, text/plain, */*', 'Connection': 'Keep-Alive', 'Content-Type': 'application/json', 'Host': 'kyodo.app', 'User-Agent': 'kyodo.dorks/1.0.0 (https://github.com/thatcelt/KyodoDorksTS)', 'Origin': 'https://kyodo.app', 'Referer': 'https://kyodo.app/' };