Currently, using add_corpus will break with a WatsonException: Unknown error error. This is due to the method using the wrong HTTP method (GET, instead of POST). The tests don't catch this because the assertion in test_custom_corpora only checks the number of requests made and not the details of those requests.
I have a patch that should be ready soon.
Currently, using
add_corpuswill break with aWatsonException: Unknown errorerror. This is due to the method using the wrong HTTP method (GET, instead of POST). The tests don't catch this because the assertion intest_custom_corporaonly checks the number of requests made and not the details of those requests.I have a patch that should be ready soon.