Not an issue at all,
It would be nice if it is possible to get the routeList on request returned with the details instad of only the id and display_name.
Is this possible?
like:
for /agencies/sf-muni/routes.json
{"items": [{"display_name": "F-Market & Wharves", "id": "F"}, {"display_name": "J-Church", "id": "J"}...]}
get this:
{"items": [{"bg_color": "#003399", "display_name": "N-Judah", "id": "N", "fg_color": "#ffffff"}, {...}, {...}, ...]}
To have the colors also avail. in the list and not request it for each route.
Not an issue at all,
It would be nice if it is possible to get the routeList on request returned with the details instad of only the id and display_name.
Is this possible?
like:
for /agencies/sf-muni/routes.json
{"items": [{"display_name": "F-Market & Wharves", "id": "F"}, {"display_name": "J-Church", "id": "J"}...]}
get this:
{"items": [{"bg_color": "#003399", "display_name": "N-Judah", "id": "N", "fg_color": "#ffffff"}, {...}, {...}, ...]}
To have the colors also avail. in the list and not request it for each route.