Christophe Vroland
Christophe Vroland
app_short_name key is needed to declare inputs of a new job. In services.submission and service.submissions_list app_short_name is used as the key for 'inputs' dictionary. There's no other reference of this...
It is possible to connect a client with username/password in the REST API with : ```python from coreapi import Client, auth url='http://127.0.0.1:8000/api/schema' username='toto' password='secret123' client = Client( auth=auth.BasicAuthentication( username=username, password=password))...
There's no documented solutions for downloading an output (or input) file from the server with the REST API.
The returned answers of the REST API is not documented. I start a first grammar document (not perfect, unsorted and incomplete) of the expected answers. [WavesRestApiGrammar.txt](https://github.com/lirmm/waves-core/files/2553858/WavesRestApiGrammar.txt) > WavesRestApiGrammar.md # WAVES...