ducksboard / libsaas

Python library to take the pain out of using SaaS APIs. It's like an ORM for SaaS!
http://ducksboard.github.io/libsaas/
MIT License
384 stars 82 forks source link

adding support for zendesk token auth #52

Closed tdenmark closed 10 years ago

tdenmark commented 11 years ago

pull request to resolve #51

wulczer commented 11 years ago

Hi Thor!

Thanks for the pull request. We've been using Zendesk token auth by simply passing username/token as the username and the token as the password.

Perhaps a docstring-only change would be enough to indicate that you can use Zendesk token auth with libsaas?

wulczer commented 10 years ago

I ended up just tweaking the docstring. Thanks!