Skip to content

Commit fe83412

Browse files
feat: Add search endpoints for stop and route
1 parent d5b6ea0 commit fe83412

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stainless-config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ resources:
9191
methods:
9292
retrieve: get /api/where/report-problem-with-stop/{stopID}.json
9393

94+
search_for_stop:
95+
methods:
96+
retrieve: get /api/where/search/stop.json
97+
98+
search_for_route:
99+
methods:
100+
retrieve: get /api/where/search/route.json
101+
94102
$shared:
95103
models:
96104
references: Reference

0 commit comments

Comments
 (0)