-
Notifications
You must be signed in to change notification settings - Fork 33
[$75] "GET /taas-teams" must support perPage
, page
, sortBy
, sortOrder
, and name
params
#27
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
@maxceem can you pls take a look this. |
I had a look, understood the issue, and would update with details tomorrow. |
perPage
, page
, sortBy
, sortOrder
, and name
params
Internally
FYI @nkumar-topcoder |
perPage
, page
, sortBy
, sortOrder
, and name
paramsperPage
, page
, sortBy
, sortOrder
, and name
params
@imcaizheng you may pick it up if it looks good for you. |
PR created #44 |
Contest https://www.topcoder.com/challenges/30156198 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30156198 has been updated - it has been assigned to aaron2017. |
Works good. The only thing, I guess we shouldn't add [
{},
...
{}
] instead of {
result: [
{},
...
{}
]
} So I removed @imcaizheng please, let me know if I missed something, and we should handle it another way, rather than removing |
@maxceem other operations such as |
Thanks, @imcaizheng. @nkumar-topcoder as per swagger and implementation all While endpoints which return single records, return data directly without Also, other Topcoder V5 API return all the data without Do you know if there was some intention behind adding |
Ok, I believe there should not be |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30156198 |
GET taas-teams must support perPage and page params.
The text was updated successfully, but these errors were encountered: