Open ankitr opened 10 years ago
There needs to be an endpoint to get user information. It will return information in this format:
GET /api/titan/<id:int> { 'name': [readonly] str, 'email': [readonly] str, # Personal email address 'year': [readonly] int, # > 2000 'isAlumnus': [readonly] bool, # year <= now? 'image': [readonly] str or None, # A URL 'lastActive': [writable] str # ISO-8601 Timestamp } throws 404
There needs to be an endpoint to get user information. It will return information in this format: