-
Notifications
You must be signed in to change notification settings - Fork 33
[$50] Create proxy endpoint GET /taas-teams/me
#154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
GET /taas-teams/me
GET /taas-teams/me
Challenge https://www.topcoder.com/challenges/239aaa2c-5d28-457e-b319-850e6a8117a5 has been created for this ticket. |
@imcaizheng this is ready for pickup. Please, take it at last after 2 other issues. |
Challenge https://www.topcoder.com/challenges/239aaa2c-5d28-457e-b319-850e6a8117a5 has been assigned to aaron2017. |
PR created #161 |
Payment task has been updated: https://www.topcoder.com/challenges/239aaa2c-5d28-457e-b319-850e6a8117a5 |
QA guidelines:
|
@maxceem GET /taas-teams/me endpoint is returning the same response for all users. |
Thank you @sandhiyakavi this is a very good catch. I did some debugging over there, looks like there is some issue in U-bahn API:
@nkumar-topcoder maybe we could ask someone to have a look at this from U-bahn team? |
On the second thought, I guess this is a kind of expected behavior in U-Bahn. We cannot filter by
|
@sandhiyakavi this is now ready for QA on DEV. Please, note, that we've removed support for |
[400]: Failed to update challenge. Detail: Cannot update prizeSets for challenges with status: Completed! |
Uh oh!
There was an error while loading. Please reload this page.
Create a new endpoint
GET /taas-teams/me
which would return details about the logged-in user form V5.GET {TC_API}/users?externalProfile.organizationId={config.ORG_ID}&externalProfile.externalId={currentUser.userId}
enrich=true
likeGET /taas-teams/me?enrich=true
, which should be passed to the u-bahn endpointGET /taas-teams/me
endpoint should return one object of the user if it's foundUpdate
Removed support for
enrich
param as per #170The text was updated successfully, but these errors were encountered: