bugyo-cloud-client
Version:
HTTP client for Bugyo Cloud
9 lines (8 loc) • 401 B
TypeScript
type formatter = (...values: Array<string>) => string;
export type EndpointName = "LoginPage" | "TimeClock" | "CheckAuthenticationMethod" | "Authenticate" | "PunchmarkPage" | "TimeClock" | "CallLogout";
export declare const USER_AGENT = "Mozilla 5.0 ()";
export declare const URL_TEMPLATE: {
[k in EndpointName]: formatter;
};
export declare const BASE_URL = "https://hromssp.obc.jp/";
export {};