Skip to content

Commit 0df6c87

Browse files
feat: Add API endpoint for retrieving routes for a specific location
1 parent f0d6285 commit 0df6c87

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
@@ -54,6 +54,10 @@ resources:
5454
methods:
5555
list: get /api/where/route-ids-for-agency/{agencyID}.json
5656

57+
routes_for_location:
58+
methods:
59+
retrieve: get /api/where/route-for-location.json
60+
5761
arrival_and_departure:
5862
methods:
5963
list: get /api/where/arrivals-and-departures-for-stop/{stopID}.json

0 commit comments

Comments
 (0)