cuappdev / cuappdev/ithaca-transit-backend

Abstract out \tracking for the microservice to handle live bus locations

Open
#288 0 comments 0 reactions 1 assignee Claimed by @alanna-zhou View on GitHub
Priority: Critical
Dominant language
JavaScript
Stars
18
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Right now, the server responds with at `/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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.