ubidots / ubidots-python

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

Adding support for HTTP Basic Auth #1

Closed ddasilva closed 11 years ago

ddasilva commented 11 years ago

Adding support for API base URLs behind HTTP Basic Auth. It is optional and backwards compatible. The enable the user must supply an auth=('user', 'pass') keyword argument when instantiating the ApiClient class.