Yaakov Diament
Yaakov Diament
How to reproduce the behaviour --------- pip install doccano-client , from doccano_api_client import DoccanoClient Your Environment --------- * Operating System: windows 10 * Python Version: 3.7 * Package Version: 1.02...
How to reproduce the behaviour --------- ``` doccano_client = DoccanoClient( 'http://127.0.0.1:8000/', 'admin', 'password' ) project_info = doccano_client.create_project(name="First Python Project") upload_file = doccano_client.post_doc_upload(project_id=project_info['id'], file_name='anexample.json', format='JSON' ) ``` Content of an example:...
How to reproduce the behaviour ---------   The key in code should be "name" not "rolename". mismatched. this is me debugging post_members not working. Changed the line locally for...