Skip to content

Commit 5783447

Browse files
feat: Add API endpoint for retrieving routes for a specific agency by ID
1 parent b69cccb commit 5783447

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stainless-config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ resources:
5858
methods:
5959
retrieve: get /api/where/route-for-location.json
6060

61+
routes_for_agency:
62+
methods:
63+
list: get /api/where/routes-for-agency/{agencyID}.json
64+
6165
arrival_and_departure:
6266
methods:
6367
list: get /api/where/arrivals-and-departures-for-stop/{stopID}.json

0 commit comments

Comments
 (0)