Skip to content

Commit

Permalink
feat: Add API endpoint for retrieving schedule for a specific route
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Aug 7, 2024
1 parent a4047f2 commit abbc4a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stainless-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ resources:
methods:
list: get /api/where/routes-for-agency/{agencyID}.json

schedule_for_route:
methods:
retrieve: get /api/where/schedule-for-route/{routeID}.json

arrival_and_departure:
methods:
list: get /api/where/arrivals-and-departures-for-stop/{stopID}.json
Expand Down

0 comments on commit abbc4a1

Please sign in to comment.