python-simple-rest-client icon indicating copy to clipboard operation
python-simple-rest-client copied to clipboard

File upload example

Open davis90 opened this issue 6 years ago • 0 comments

Hi, Thanks for your beautiful lib.

In the file upload example, there is maybe a little error. If I understood correctly, content is passed to create function using the "body" named argument.

in the example, we found post_test_server_api.file_upload.create(files=files) intead of post_test_server_api.file_upload.create(body=files)

davis90 avatar Feb 27 '19 14:02 davis90