CartoDB / carto-python

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

default resource id #158

Closed simon-contreras-deel closed 4 years ago

simon-contreras-deel commented 4 years ago

I removed the default resource id of DoTokenManager in the previous PR but since there is no more options, we should keep it

Jesus89 commented 4 years ago

Is this used in CF?

simon-contreras-deel commented 4 years ago

Yes, it is. The difference is the usage:

DoManager.get('token')  # right now

DoManager.get()  # with this change
Jesus89 commented 4 years ago

:+1: