{ "opencollection": "1.0.0", "info": { "name": "Tournament activity user API", "version": "v2" }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "show_1", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v2/users/:userIdOrLogin", "params": [ { "name": "userIdOrLogin", "value": "", "type": "path" } ] } }, { "info": { "name": "update_1", "type": "http" }, "http": { "method": "PATCH", "url": "http://api.hub.crunchdao.com/v2/users/:userIdOrLogin", "params": [ { "name": "userIdOrLogin", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "show_2", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v2/users/@me" } }, { "info": { "name": "update_2", "type": "http" }, "http": { "method": "PATCH", "url": "http://api.hub.crunchdao.com/v2/users/@me", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "destroy", "type": "http" }, "http": { "method": "DELETE", "url": "http://api.hub.crunchdao.com/v2/users/@me", "params": [ { "name": "recaptchaResponse", "value": "", "type": "query" } ] } }, { "info": { "name": "showUserProfile", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/users/:userIdentifier/profile", "params": [ { "name": "userIdentifier", "value": "", "type": "path" } ] } }, { "info": { "name": "updateUserProfile", "type": "http" }, "http": { "method": "PATCH", "url": "http://api.hub.crunchdao.com/v1/users/:userIdentifier/profile", "params": [ { "name": "userIdentifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "index_2", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v2/users", "params": [ { "name": "simple", "value": "", "type": "query" } ] } }, { "info": { "name": "Show multiple users.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v2/users/~", "params": [ { "name": "identifier", "value": "", "type": "query" } ] }, "docs": "Show multiple users." }, { "info": { "name": "Get a login-to-id mapping.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v2/users/mapping", "params": [ { "name": "reverse", "value": "", "type": "query" } ] }, "docs": "Get a login-to-id mapping." }, { "info": { "name": "Get yourself.", "type": "http" }, "http": { "method": "GET", "url": "http://api.hub.crunchdao.com/v1/self", "params": [ { "name": "competitionName", "value": "", "type": "query" } ] }, "docs": "Get yourself." } ] } ], "bundled": true }