{ "opencollection": "1.0.0", "info": { "name": "Tournament activity quickstarter API", "version": "v2" }, "items": [ { "info": { "name": "quickstarter", "type": "folder" }, "items": [ { "info": { "name": "List quickstarters of a competition.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v2/competitions/:competitionIdentifier/quickstarters", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" } ] }, "docs": "List quickstarters of a competition." }, { "info": { "name": "Create a quickstarter for a competition.", "type": "http" }, "http": { "method": "POST", "url": "http://api.hub.crunchdao.com/v2/competitions/:competitionIdentifier/quickstarters", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a quickstarter for a competition." }, { "info": { "name": "Update the quickstarter library.", "type": "http" }, "http": { "method": "POST", "url": "http://api.hub.crunchdao.com/v2/competitions/:competitionIdentifier/quickstarters/~", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the quickstarter library." }, { "info": { "name": "Show a quickstarter of a competition.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v2/competitions/:competitionIdentifier/quickstarters/:quickstarterName", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "quickstarterName", "value": "", "type": "path" } ] }, "docs": "Show a quickstarter of a competition." }, { "info": { "name": "Update a quickstarter of a competition.", "type": "http" }, "http": { "method": "POST", "url": "http://api.hub.crunchdao.com/v2/competitions/:competitionIdentifier/quickstarters/:quickstarterName", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "quickstarterName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a quickstarter of a competition." }, { "info": { "name": "Delete a quickstarter of a competition.", "type": "http" }, "http": { "method": "DELETE", "url": "http://api.hub.crunchdao.com/v2/competitions/:competitionIdentifier/quickstarters/:quickstarterName", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "quickstarterName", "value": "", "type": "path" } ] }, "docs": "Delete a quickstarter of a competition." }, { "info": { "name": "List generic quickstarters.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/quickstarters/generic/:competitionFormat", "params": [ { "name": "competitionFormat", "value": "", "type": "path" } ] }, "docs": "List generic quickstarters." }, { "info": { "name": "Show a generic quickstarter.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/quickstarters/generic/:competitionFormat/:quickstarterName", "params": [ { "name": "competitionFormat", "value": "", "type": "path" }, { "name": "quickstarterName", "value": "", "type": "path" } ] }, "docs": "Show a generic quickstarter." }, { "info": { "name": "List quickstarters of a competition.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/quickstarters/competitions/:competitionIdentifier", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" } ] }, "docs": "List quickstarters of a competition." }, { "info": { "name": "Show a quickstarter of a competition.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/quickstarters/competitions/:competitionIdentifier/:quickstarterName", "params": [ { "name": "competitionIdentifier", "value": "", "type": "path" }, { "name": "quickstarterName", "value": "", "type": "path" } ] }, "docs": "Show a quickstarter of a competition." } ] } ], "bundled": true }