mapbox / tilesets-cli

CLI for interacting with the Mapbox Tilesets API and Mapbox Tiling Service
https://docs.mapbox.com/mapbox-tiling-service
BSD 2-Clause "Simplified" License
125 stars 26 forks source link

Change status command to use /jobs endpoint #97

Closed jakepruitt closed 4 years ago

jakepruitt commented 4 years ago

Closes #89 and #81

Uses the /jobs endpoint for the status command to maintain backwards compatibility for the CLI while reducing the usage of the /status endpoint.

Also adds a last_modified field in the status.

cc/ @dianeschulze