12 lines
548 B
TypeScript
12 lines
548 B
TypeScript
export const S3SI_VERSION = "0.1.0";
|
|
export const NSOAPP_VERSION = "2.3.1";
|
|
export const USERAGENT = `s3si.ts/${S3SI_VERSION}`;
|
|
export const DEFAULT_APP_USER_AGENT =
|
|
"Mozilla/5.0 (Linux; Android 11; Pixel 5) " +
|
|
"AppleWebKit/537.36 (KHTML, like Gecko) " +
|
|
"Chrome/94.0.4606.61 Mobile Safari/537.36";
|
|
export const SPLATNET3_URL = "https://api.lp1.av5ja.srv.nintendo.net";
|
|
export const SPLATNET3_ENDPOINT =
|
|
"https://api.lp1.av5ja.srv.nintendo.net/api/graphql";
|
|
export const S3SI_NAMESPACE = "63941e1c-e32e-4b56-9a1d-f6fbe19ef6e1";
|