{
"basePath": "/",
"swaggerVersion": "1.1",
"apiVersion": "0.1",
"apis": [
{
"operations": [
{
"errorResponses": [
{
"reason": "The user was found
",
"code": "200"
},
{
"reason": "The user with the specified name does not exist
",
"code": "404"
}
],
"parameters": [
{
"dataType": "String",
"paramType": "path",
"required": false,
"name": "user",
"description": "The name of the user
"
}
],
"notes": "
Fetches data about the specified user.
The call will return a JSON object with at least the following attributes on success: