lanej / zendesk2

Zendesk API V2 client using Cistern
http://lanej.io/zendesk2/
MIT License
25 stars 28 forks source link

Add support for token-based login to Client #11

Closed nmeans closed 11 years ago

nmeans commented 11 years ago

This adds support for logging in using an API token in addition to a password. If both token and password are specified in configuration, token is given preference.

lanej commented 11 years ago

thanks @nmeans