dvliman / freshdesk-api

A ruby API client for freshdesk.com (not maintained since 2012)
18 stars 29 forks source link

Don't contaminate RestClient. #9

Closed babysnakes closed 10 years ago

babysnakes commented 10 years ago

Adding basic_auth before each execution of RestClient causes other users of RestClient to send invalid auth.

Please note that I only use a small subset of the library and I only tested the following:

It certainly can use more testing :(

Thanks

tsmacdonald commented 10 years ago

Looks good to me, thanks for the PR!

It's on my long-term todo list to get proper automated tests up and running...some day...