--
You received this message because you are subscribed to the Google Groups "BotQueue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to botqueue+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Yup, there is! Check the python client. There is a API test file that shows it being used. You can use a URL or upload the file directly. One of the guys on this list has even set up something like that.
On Friday, September 27, 2013, ceyhun derinboğaz wrote:
Hello,--I just started experimenting with botqueue and I wonder if it is possible to upload files directly from another Web application. Like when a payment is made, Stl file will be directly uploaded to botqueue.com and create a new job for printing.Is that possible? I didn't see a function named upload in API documentation page.By the way thanks for this great tool!
You received this message because you are subscribed to the Google Groups "BotQueue" group.
To unsubscribe from this group and stop receiving emails from it, send an email to botqueue+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to botqueue+u...@googlegroups.com.
Traceback (most recent call last):
File "apitest.py", line 39, in <module>
a.main()
File "apitest.py", line 18, in main
self.printJobs(jobs)
File "apitest.py", line 34, in printJobs
for job in jobs["bb"]:
KeyError: 'bb'
A little bit explanation about how to use API would be wonderful!
Thanks :)