HTTP Routing Table
| /(collection_name) | ||
GET /(collection_name) | ||
GET /(collection_name)/(document_uuid) | ||
| /algo | ||
POST /algo | ||
| /data | ||
POST /data | ||
| /learndone | ||
POST /learndone/(learnuplet_uuid) | ||
| /preddone | ||
POST /preddone/(preduplet_uuid) | ||
| /prediction | ||
POST /prediction | ||
| /problem | ||
POST /problem | ||
| /worker | ||
POST /worker/(uplet_type)/(uplet_uuid) |