Christophe Vroland
Christophe Vroland
Found : ```python from coreapi import Client, auth #create of the coreapi client and document ... #get the output file client.action(document, ["jobs", "output"], params={'unique_id':str(unique_id), 'app_short_name':str(app_short_name)}) ``` The documentation needs to...
The documentation didn't explain what does this function. In others words, if you don't know how to download, you need to test all the function.
If the web site is in HTTPS, it should be OK. The encryption should be ensure by the security level of the protocol. Moreover, if sending username and password in...