CartoDB / carto-python

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

fix on sending requests to bath sql api #34

Closed jsanz closed 7 years ago

jsanz commented 7 years ago

requests library expects a headers argument, not http_headers

danicarrion commented 7 years ago

Looks good, yes .I guess you need to change the create method too, no?

jsanz commented 7 years ago

create and the rest call this send method, I think there's no need to change anything else

-- Jorge Sanz CARTO - Predict through location

Sent from my phone, excuse my brevity.

El 11 ene. 2017 20:30, "Dani Carrión" notifications@github.com escribió:

Looks good, yes .I guess you need to change the create method too, no?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/CartoDB/carto-python/pull/34#issuecomment-271969674, or mute the thread https://github.com/notifications/unsubscribe-auth/AALfaCYNtLYn-mK3HRIjPdljDoskIqG9ks5rRS27gaJpZM4Lg87A .

danicarrion commented 7 years ago

sorry, yes, my bad

:+1: