Generate the optimal schedule for your teachers and students.
curl -X GET -H 'Accept:application/json' http://localhost:8080/demo-data/SMALL -o sample.json
The POST operation returns a jobId that should be used in subsequent commands.
curl -X POST -H 'Content-Type:application/json' http://localhost:8080/timetables -d@sample.json
curl -X GET -H 'Accept:application/json' http://localhost:8080/timetables/{jobId}/status
curl -X GET -H 'Accept:application/json' http://localhost:8080/timetables/{jobId}
curl -X DELETE -H 'Accept:application/json' http://localhost:8080/timetables/{id}