Map generation¶
- GET /make/log/{id}¶
MakeStatusLog
- Parameters:
id (string)
- Status Codes:
200 OK – Request fulfilled, document follows
400 Bad Request – Bad request syntax or unsupported method
- POST /make/map¶
MakeMap
- Status Codes:
201 Created – Document created, URL follows
400 Bad Request – Bad request syntax or unsupported method
- GET /make/process-log/{pid}¶
MakeProcessLog
- Parameters:
pid (integer)
- Status Codes:
200 OK – Request fulfilled, document follows
400 Bad Request – Bad request syntax or unsupported method
- GET /make/status/{id}¶
MakeStatus
- Parameters:
id (string)
- Status Codes:
200 OK – Request fulfilled, document follows
400 Bad Request – Bad request syntax or unsupported method