bitly / bitly-api-python

python library to the bitly api
http://github.com/bitly/bitly-api-python
Other
244 stars 92 forks source link

switched library to all https support #11

Closed petemiron closed 11 years ago

petemiron commented 11 years ago

Please review and consider my changes to switch library to all https requests.

also, not all tests pass due to rate_limit issues on test account. passed all tests except expand with my personal api key.

jehiah commented 11 years ago

I'm going to close this since it's against an old version of the code base. All OAuth requests are over ssl, and the remaining login/apiKey api functions should just be dropped.