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
Right now, the server responds with at /tracking.
/tracking
{ "success" : false, "data" : { "errors" : [ "Unexpected token < in JSON at position 0" ] } }
and I am 99.999% sure that this is because the link that we get this information from is no longer in JSON.
https://gateway.api.cloud.wso2.com:443/t/mystop/tcat/v1/rest/Vehicles/GetAllVehiclesForRoute'
So, it's about time anyway to get rid of handling this in Node and instead move it over to the microservice.
The text was updated successfully, but these errors were encountered:
alanna-zhou
No branches or pull requests
Right now, the server responds with at
/tracking
.and I am 99.999% sure that this is because the link that we get this information from is no longer in JSON.
So, it's about time anyway to get rid of handling this in Node and instead move it over to the microservice.
The text was updated successfully, but these errors were encountered: