>>> created_event = client.create_event(event)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/Fomo/fomo.py", line 78, in create_event
self.__makeRequest('/api/v1/applications/me/events', 'POST', FomoEventWrapper(event)))
File "/usr/local/lib/python2.7/site-packages/Fomo/fomo.py", line 247, in from_json
return cls(**json_dict)
TypeError: __init__() got an unexpected keyword argument 'disable_images'
Need to whitelist event_type.disable_images (among other attrs) in response parsing.
Need to whitelist
event_type.disable_images(among other attrs) in response parsing.