ubidots / ubidots-python

A python API client for Ubidots
ubidots.com/docs/libraries/python.html
MIT License
30 stars 13 forks source link

Using next response instead of count response #16

Closed d4vsanchez closed 6 years ago

d4vsanchez commented 6 years ago

As the count response now returns just True or False. Is not valid anymore with the structure of this library as will always bring just one element (True gets casted as 1).