-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference: Users
Wilson Lau edited this page Apr 10, 2021
·
8 revisions
id: uuid;
name: string;
email: string;
timeZone: string; // Standard ISO TimeZone string (ie. America/New_York)
languages: CodingLanguage[];
problemDifficulties: ProblemDifficulty[];
problemTypes: ProblemType[];
// TODO: Figure out Spring Security + oAuth data requirements