* 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.