fitbit-api-client
Version:
## ⚠️ This SDK is not ready for production
21 lines • 1.42 kB
TypeScript
export declare const FITBIT_API_BASE_URL = "https://api.fitbit.com";
export declare const FITBIT_AUTH_URL = "https://www.fitbit.com/oauth2/authorize";
export declare const CODE_CHALLENGE_METHOD = "S256";
export declare const ACTIVITY_SCOPE = "activity";
export declare const CARDIO_FITNESS_SCOPE = "cardio_fitness";
export declare const ELECTROCARDIOGRAM_SCOPE = "electrocardiogram";
export declare const HEARTRATE_SCOPE = "heartrate";
export declare const LOCATION_SCOPE = "location";
export declare const NUTRITION_SCOPE = "nutrition";
export declare const OXYGEN_SATURATION_SCOPE = "oxygen_saturation";
export declare const PROFILE_SCOPE = "profile";
export declare const RESPIRATORY_RATE_SCOPE = "respiratory_rate";
export declare const SETTINGS_SCOPE = "settings";
export declare const SLEEP_SCOPE = "sleep";
export declare const SOCIAL_SCOPE = "social";
export declare const TEMPERATURE_SCOPE = "temperature";
export declare const WEIGHT_SCOPE = "weight";
export declare const FITBIT_SCOPES: readonly ["activity", "cardio_fitness", "electrocardiogram", "heartrate", "location", "nutrition", "oxygen_saturation", "profile", "respiratory_rate", "settings", "sleep", "social", "temperature", "weight"];
export declare const STAGES_SLEEP_LEVELS: readonly ["deep", "light", "rem", "wake"];
export declare const CLASSIC_SLEEP_LEVELS: readonly ["restless", "asleep", "awake"];
//# sourceMappingURL=constants.d.ts.map