python-kit
python-kit copied to clipboard
The calls to form.submit() fails for `/v2` endpoints
I tried using this kit for my project. All was good until I modified the api endpoint to /v2. Started getting the following error upon form.submit().
AttributeError: 'NoneType' object has no attribute 'items'
I have traced it down to Document.__init__(). Seems the schema has changed. Screenshot attached below is for the failing tests after I changed the api url.

@ishahid Yep, making python kit works for api/v2 is in our TODO list.
@ishahid Yep, making python kit works for api/v2 is in our TODO list.
@srenault When is this issue likely to be fixed? It is actually restricting me from using the v2 version of API