hi developers,
I'm new here and I'm trying to create an app with cta api. I tried to list all of the stops using the
{
"bustime-response": {
"error": [
{
"rt": "76",
"dir": "West Bound",
"msg": "No data found for parameter"
}
]
}
}
This is a success response but it doesn't provide me a good information.
This api requires rt and dir but still I'm not getting any good information. Please help. Thank you.
Sincerely,
Austin