UNPKG

koishi-plugin-booru

Version:
10 lines (9 loc) 688 B
export declare const BASE_URL = "https://login.sankakucomplex.com"; export declare const API_URL = "https://capi-v2.sankakucomplex.com"; export declare const LOGIN_URL = "https://login.sankakucomplex.com/auth/token"; export declare const POSTS_URL = "https://capi-v2.sankakucomplex.com/posts"; export declare const AI_POSTS_URL = "https://capi-v2.sankakucomplex.com/ai_posts"; export declare const TAGS_URL = "https://capi-v2.sankakucomplex.com/tags"; export declare const POOLS_URL = "https://capi-v2.sankakucomplex.com/pools"; export declare const USERS_URL = "https://capi-v2.sankakucomplex.com/users"; export declare const PROFILE_URL = "https://capi-v2.sankakucomplex.com/users/me";