CartoDB / carto-python

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

excludes carto.com/u/<username> since api endpoints go to <username>.carto.com #48

Closed andy-esch closed 7 years ago

andy-esch commented 7 years ago

I erroneously told @dmed256 that https://carto.com/u/<username> was a valid base url. I'm fixing that here. If someone does put in a baseurl of that form, though, it will error. We should probably have better error reporting around that.

alrocar commented 7 years ago

Hi Andy,

can you please remove the test_cloud_organization_url test from test_auth.py? It seems not to make sense anymore.

Thanks!

andy-esch commented 7 years ago

Thanks!