syncromatics / syncromatics-track-api

Library to interact with the Syncromatics Track API
https://www.npmjs.com/package/syncromatics-track-api
6 stars 1 forks source link

feat(trip-driver): EN-2645 Support trip and drivers #27

Closed cuevaskoch closed 6 years ago

cuevaskoch commented 6 years ago

Add support for Trip, Driver, and DriversContext resources.

There is no TripsContext because our API does not support querying for a list of trips -- only retrieving a single trip by ID.

cuevaskoch commented 6 years ago

I am closing this pull request in favor of another one which includes all of these commits and also a Run resource.