Scenarios
These are the simplest of scenarios for AllQ
Put something on the queue
You would POST your job data to the REST API via /job endpoint with JSON body
Create Job
POST
http://localhost:8090/job
Puts a job on the queue
Get job off the queue
GET
http://localhost:8090/job
Path Parameters
Mark a job as done
DELETE
http://localhost:8090/job
Path Parameters
Last updated