openx / OX3-Python-API-Client

Helper class for accessing the OX3 API - Requires https://github.com/simplegeo/python-oauth2
Other
8 stars 17 forks source link

Fix 0.3.2 - optional realm support #5

Closed tnydwrds closed 10 years ago

tnydwrds commented 11 years ago

The removal of realm support in 0.3.1 broke ox3apiclient.client_from_file. This fix adds realm support back as optional. The Client constructor has been updated so that realm is a named parameter and thus the order of parameters has been changed.

SavvyGuard commented 10 years ago

Can someone please merge this PR? The realm issue is still off.