UNPKG

kyodo.dorks

Version:

TypeScript API wrapper for Kyodo: Communities & Chats

26 lines 809 B
export declare const API_URL = "https://api.kyodo.app"; export declare const APP_URL = "https://kyodo.app"; export declare const SIGNATURE_KEY = "9d93933f-7864-4872-96b2-9541ac03cf6c"; export declare const CURRENT_VERSION = "1.0.0"; export declare const TELEGRAM_URL = "https://t.me/aminodorks"; export declare const KYODO_API_HEADERS: { Accept: string; 'app-id': string; 'app-version': string; Connection: string; 'Content-Type': string; 'device-language': string; 'device-timezone': string; Host: string; 'User-Agent': string; }; export declare const KYODO_APP_HEADERS: { Accept: string; Connection: string; 'Content-Type': string; Host: string; 'User-Agent': string; Origin: string; Referer: string; }; //# sourceMappingURL=constants.d.ts.map