CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

Set custom User-Agent #86

Closed javitonino closed 6 years ago

javitonino commented 6 years ago

It would be nice to use a custom user-agent (instead of requests' default one), so we are able to better track usage/errors in our platform logs.

rafatower commented 6 years ago

Added in https://github.com/CartoDB/carto-python/pull/90 along with a client parameter. Available from version 1.3.0 onwards.