sendinblue / APIv3-python-library

SendinBlue's python library for API v3
MIT License
82 stars 40 forks source link

get_attribute() returns type error #27

Closed QuillyT closed 5 years ago

QuillyT commented 5 years ago

I'm getting an error when I call get_attributes()

It's raising this error:

ValueError: Invalid value for `type` (boolean), must be one of ['text', 'date', 'float', 'id']

Looks like boolean should be added to the allowed_types list.

aakanksha-sib commented 5 years ago

Hi @QuillyT , We are on it. Will update you once fixed.

Thanks!

aakanksha-sib commented 5 years ago

Hi @QuillyT , This issue is fixed in the latest version.

Thanks!