Skip to content

Commit

Permalink
chore: Add new API route for retrieving trips by location
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Jul 3, 2024
1 parent 0b51aef commit e98df69
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 @@ -37,6 +37,10 @@ resources:
methods:
retrieve: get /api/where/trip/{tripID}.json

trips_for_location:
methods:
retrieve: get /api/where/trips-for-location.json

$shared:
models:
references: Reference
Expand Down

0 comments on commit e98df69

Please sign in to comment.