We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The data for the /messages route (http://tcoapi.apiary-mock.com/tcos/tco14/messages) is currently loaded in the TCO app in this format for sample data- https://github.com/topcoderinc/tco2go/blob/master/www/data/users-have-threads.json The data format does not correspond to what is currently returned.
Also, while typing the user's name in search field, for auto-completing the name, the sample data is currently stored in this format - https://github.com/topcoderinc/tco2go/blob/master/www/data/messages-auto-suggest.json The API endpoint for auto-suggest users is not clear.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The data for the /messages route (http://tcoapi.apiary-mock.com/tcos/tco14/messages) is currently loaded in the TCO app in this format for sample data-
https://github.com/topcoderinc/tco2go/blob/master/www/data/users-have-threads.json
The data format does not correspond to what is currently returned.
Also, while typing the user's name in search field, for auto-completing the name, the sample data is currently stored in this format -
https://github.com/topcoderinc/tco2go/blob/master/www/data/messages-auto-suggest.json
The API endpoint for auto-suggest users is not clear.
The text was updated successfully, but these errors were encountered: