Devel
API
You can interface your program with the grid through the following connectors
There are now two custom fields in the http response: success and message. For the moment, the specifications are :
- api_submit
- success : 0 , authentication error
- success : 1 upload done, job accepted . The 'message' is the job_id
- success : 2 : upload error (on server side, disk full or sth like that)
- success : 3 : tar returned an error. did you really send a gzipped archive ?
- success : 4 : a texture is missing. The 'message' is the texture name
- success : 5 : grid error (job rejected by the server)
- api_monitor
- success : 0 : bad login
- success : 1 : logged, the 'message' is an int, the percentage of completion
- api_retrieve
- success : 0 : bad login
- success : 1 : ok, the payload is the tga file
- success :2 : not done yet, the 'message' is the percentage of completion
Just ask on the discussion group if you need other methods to match your needs!