Skip to content

Commit

Permalink
feat: Add API endpoint for retrieving stops by agency ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Nov 29, 2024
1 parent ede0fc4 commit c5b3f7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ resources:
endpoint: get /api/where/stops-for-route/{routeID}.json
paginated: false

stops_for_agency:
methods:
list:
endpoint: get /api/where/stops-for-agency/{agencyID}.json
paginated: false

stop:
methods:
retrieve: get /api/where/stop/{stopID}.json
Expand Down

0 comments on commit c5b3f7c

Please sign in to comment.