Closed rendon closed 7 years ago
Will this user_id be the same across all different judges or how do you plan to handle that?
The user ID will be internal, the one we assign when they register in our platform. Each user will have a list of users names in other platforms, one for codeforces, one for COJ, etc.
Will this be the general profile for each user?
Yes, eventually, for now though it will return only basic info.
Fixed with https://github.com/algoristas/api/pull/9
This controller will handle all requests to the Users resource.
Users can be identified either by ID or user name. User names are unique for they do not fully identify a user, the ID does.
URI:
/users/{user_id|user_name}/...