Welcome to mirror list, hosted at ThFree Co, Russian Federation.

job.go « octoprintApis - github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6dbb4f453ca04e306f3c80b3e9980b8ceb608e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package octoprintApis

import (
	// "bytes"
	// "encoding/json"
	// "io"
)


// https://docs.octoprint.org/en/master/api/job.html
const JobApiUri = "/api/job"


var JobToolErrors = StatusMapping {
	409: "Printer is not operational or the current print job state does not match the preconditions for the command.",
}