nuvention-web / coffee-chat

0 stars 0 forks source link

Implement Backend API to Return Potential Matching Users (in JSON) #13

Open lmk050 opened 8 years ago

lmk050 commented 8 years ago

/cat/user/371/getUserName

Sample Return: { "userId": "371", "firstName": "Eduardo", "lastName": "Araujo", "headLine": "MBA Candidate at London Business School", "industry": "Higher Education", "profilePic": "https://media.licdn.com/mpr/mprx/0_0FiI9bbge-h2NV40JNDLvQeP2laur4N04qgQr6UlGL77NJ6lscCFt2yHgeN", "linkedInProfile": "https://www.linkedin.com/in/eduardovbaraujo", "tags":['tech','marketing'] }

GregChan commented 8 years ago

Made some quick updates to the people to include tags about them... I don't know if that's something we need in the sample response right now, but I think it's a good nice to have. We can hard code them in for now.

lmk050 commented 8 years ago

screen shot 2016-02-01 at 3 47 18 pm