Skip to content

Commit 198330f

Browse files
feat: Add route-ids-for-agency endpoint
1 parent 08e0a63 commit 198330f

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
@@ -50,6 +50,10 @@ resources:
5050
methods:
5151
retrieve: get /api/where/route/{routeID}.json
5252

53+
route_ids_for_agency:
54+
methods:
55+
list: get /api/where/route-ids-for-agency/{agencyID}.json
56+
5357
arrival_and_departure:
5458
methods:
5559
list: get /api/where/arrivals-and-departures-for-stop/{stopID}.json

0 commit comments

Comments
 (0)