Hi,
I'm new to using the API but I can get it work for a few things:
- List Files present on the Printer
- Stop the print in progress
Sadly I can't seem to make the following work:
- Start a job : demo.repetier-server.com:4001/printer/api/Cartesian&apikey=7075e377-7472-447a-b77e-86d481995e7b?a=startJob&data={id:1}
- continue a paused job : http://demo.repetier-server.com:4001/printer/api/Cartesian&apikey=7075e377-7472-447a-b77e-86d481995e7b?a=continueJob&data={}</div><div><br/></div><div>I get the following "Authorization Required" even though there are no users defined, so no authentifcation needed, right?
I'm currently working on the demo version of the Repetier server since I'm not in the same network as the printer and, for technical reasons, we don't want this one to be accessible from anywhere.
Is it not working because i'm using the demo or am I doing something wrong?
Thanks by advance,
Jocelyn