* Add `clear_documents` and `add_documents` to `Project`. * Use these new methods to fix altering a `Project`'s document list and saving it, preventing succesive API calls from over writing each other.
3.6.0
~~~~~
* Added upload_urls() to documents, which allows you to upload a list of URLs via a bulk API call, instead of just one at a time.
3.5.0
~~~~~
* Added get_errors() to documents, which allows you to see errors for particular documents.
3.4.0
~~~~~
* Improved upload_directory() to handle uploading directories containing all supported file types
3.3.9
~~~~~
* Make APIResults iteration non-recursive to avoid maximum rescursion limit errors