Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
j_platform / spec / fixtures / user_no_projects.json
Size: Mime:
{
  "id": 4,
  "first_name": "Jugnoo",
  "last_name": "Dev the 4th",
  "email": "dev@jugnoo.com",
  "full_name": "Jugnoo Dev",
  "role": "super_admin",
  "status": "active",
  "created_at": "2013-04-23T13:45:31.803Z",
  "avatar": {
    "url_thumb": "http://j-platform.dev/assets/avatars/thumb/missing.png",
    "url_medium": "http://j-platform.dev/assets/avatars/medium/missing.png",
    "url": "http://j-platform.dev/assets/avatars/original/missing.png"
  },
  "organization": {
    "id": 1,
    "name": "Jugnoo",
    "super_admin": {
      "user": {
        "id": 1,
        "first_name": "Jugnoo",
        "last_name": "Dev",
        "email": "dev@jugnoo.com",
        "role": "super_admin",
        "preferred_timezone": "UTC",
        "organization_id": 1,
        "crypted_password": "$2a$10$uDSn0WAnGHPaZk2mYfvZN.UNFz00uHWIYG/leEmErbdEzkwBb0Yfe",
        "salt": "FthUheCdv9TLtx5q7Hyy",
        "is_destroyed": false,
        "is_suspended": false,
        "is_pending": false,
        "created_at": "2013-04-23T13:45:31.803Z",
        "updated_at": "2013-04-23T13:45:33.108Z",
        "activation_token": null,
        "activation_token_expires_at": null,
        "remember_me_token": null,
        "remember_me_token_expires_at": null,
        "reset_password_token": null,
        "reset_password_token_expires_at": null,
        "reset_password_email_sent_at": null,
        "avatar_file_name": null,
        "avatar_content_type": null,
        "avatar_file_size": null,
        "avatar_updated_at": null
      }
    },
    "created_at": "2013-04-23T13:45:31.327Z"
  },
  "clients": [],
  "projects": []
}