Skip to content

Commit 16f8c06

Browse files
feat: Add API route for retrieving stop details by ID
1 parent e56da31 commit 16f8c06

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
@@ -26,6 +26,10 @@ resources:
2626
methods:
2727
list: get /api/where/stops-for-route/{routeID}.json
2828

29+
stop:
30+
methods:
31+
retrieve: get /api/where/stop/{stopID}.json
32+
2933
route:
3034
methods:
3135
retrieve: get /api/where/route/{routeID}.json

0 commit comments

Comments
 (0)