Closed tnydwrds closed 10 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.
ox3apiclient.client_from_file
Client
realm
Can someone please merge this PR? The realm issue is still off.
The removal of realm support in 0.3.1 broke
ox3apiclient.client_from_file
. This fix adds realm support back as optional. TheClient
constructor has been updated so thatrealm
is a named parameter and thus the order of parameters has been changed.