cityofaustin / atd-dockless-processing

Python scripts for dockless mobility data ETL
4 stars 0 forks source link

Refactor for Multiple Auth Schemes #4

Closed johnclary closed 5 years ago

johnclary commented 5 years ago

A new provider uses jwt. To address this different auth flow we refactored the config as well as the auth methods and pre-client setup. Also adds support for specifying a start time offset, which subtracts an arbitrary amount of time from the start time of the request to capture recent records that may have been updated since the last trip record was captured.

johnclary commented 5 years ago

...also bumping the mds-provider-client requirement to the latest: https://github.com/cityofaustin/mds-provider-client/pull/8