putdotio / putio-js

JavaScript SDK for interacting with the put.io API.
MIT License
21 stars 2 forks source link

add correlation id header #34

Closed altaywtf closed 3 years ago

altaywtf commented 3 years ago

sends a new header named X-Putio-Correlation-Id with each request, and also injects that value to the error messages so we can use them for debugging.

also bumps axios to 0.21