Skip to content

Commit

Permalink
Fixing newlines again (openmobilityfoundation#135)
Browse files Browse the repository at this point in the history
And removing a duplicate line of text. And some wording cleanup while I'm at it.
  • Loading branch information
thekaveman authored and hunterowens committed Oct 11, 2018
1 parent 8f2b0a1 commit ecebf75
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,11 @@ A trip represents a journey taken by a *mobility as a service* customer with a g

The trips API allows a user to query historical trip data.

Endpoint: `/trips`\
Method: `GET`
Endpoint: `/trips`
Method: `GET`
Schema: [`trips` schema][trips-schema]
`data` Payload: `{ "trips": [] }`, an array of objects with the following structure

Response: See the [`trips` schema][trips-schema] for the expected format._
Data: `{ "trips": [] }`, an array of objects with the following structure

Data: `{ "trips": [] }`, an array of objects with the following structure

| Field | Type | Required/Optional | Comments |
| ----- | -------- | ----------------- | ----- |
Expand Down Expand Up @@ -219,12 +217,10 @@ The status of the inventory of vehicles available for customer use.

This API allows a user to query the historical availability for a system within a time range.

Endpoint: `/status_changes`\
Method: `GET`

Response: See the [`status_changes` schema][sc-schema] for the expected format.

Data: `{ "status_changes": [] }`, an array of objects with the following structure
Endpoint: `/status_changes`
Method: `GET`
Schema: [`status_changes` schema][sc-schema]
`data` Payload: `{ "status_changes": [] }`, an array of objects with the following structure

| Field | Type | Required/Optional | Comments |
| ----- | ---- | ----------------- | ----- |
Expand Down

0 comments on commit ecebf75

Please sign in to comment.