{
	"message": "Strawbees CODE compiler",
	"version": "1.5.3",
	"dependencies": {
		"quirkbot-arduino-builder": "0.1.3",
		"quirkbot-arduino-hardware": "0.8.1",
		"quirkbot-arduino-library": "2.10.1",
		"quirkbot-avr-gcc": "2.0.4"
	},
	"endpoints": [
		{
			"/{source-code}": "GET: Queues code for compilation"
		},
		{
			"/q": "POST (source code in body): Queues code for compilation"
		},
		{
			"/i{compilation-id}": "GET: Retrieves info of an ongoing compilation."
		},
		{
			"/cfirmware-reset": "GET: A valid HEX that will reset the Quirkbot to the factory settings."
		},
		{
			"/cfirmware-booloader-updater": "GET: A valid HEX that will update the Quirkbot bootloader."
		}
	]
}