You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`provider` APIs may decide to paginate the data payload. If so, pagination must comply with the [JSON API](http://jsonapi.org/format/#fetching-pagination) specification.
116
+
The `/trips` and `/status_changes` APIs must not use pagination.
117
+
If providers choose to use pagination for the `/events` endpoint the pagination
118
+
must comply with the [JSON API](http://jsonapi.org/format/#fetching-pagination)
119
+
specification.
117
120
118
121
The following keys must be used for pagination links:
0 commit comments