optimizely / optimizely-client-python

Optimizely's Python client library is an interface to its REST API.
MIT License
20 stars 12 forks source link

include client in __dict__ for a project and associated object #8

Closed wlowry88 closed 8 years ago

wlowry88 commented 9 years ago

While using the python client, I realized that there was a python object in the dict for a project. This explained why I was seeing errors such as "client object at [object id] is not JSON serializable". Just updated the README to include this info.

mauerbac commented 8 years ago

Thanks @wlowry88. That's a great point and this should make things more clear!