Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft authored Jul 8, 2024
1 parent 4ad4c29 commit 0624fe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ In order to more easily show API pagination, the default pagination params are s
### Drivers
This endpoint shows all 'registered' drivers.

```json
// GET /drivers
```ruby
# GET /drivers
{
"data": [
{
Expand Down Expand Up @@ -85,8 +85,8 @@ The reasoning for this is because the `commute_duration` and `ride duration` are

The selectable rides are scoped to a pre determined 'radius' that is set on Driver creation. This is outlined in the [ApiReview](https://docs.google.com/document/d/1EIruijeCCnIcu7I0AWO1ic397ll4yv2Fh5NWU4cgFlY/edit#heading=h.mqfjv3fbg3fa).

```json
// GET /drivers/:driver_id/selectable_rides
```ruby
# GET /drivers/:driver_id/selectable_rides
{
"data": [
{
Expand Down

0 comments on commit 0624fe2

Please sign in to comment.