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 / clients.json
Size: Mime:
[{
  "id": 1,
  "name": "client ccc",
  "description": null,
  "status": "closed",
  "avatar": {
    "file_name": null
  },
  "organization": {
    "id": 1
  }
}, {
  "id": 2,
  "name": "client 2",
  "description": null,
  "status": "active",
  "avatar": {
    "file_name": null
  },
  "organization": {
    "id": 1
  }
}, {
  "id": 3,
  "name": "client 3",
  "description": null,
  "status": "suspended",
  "avatar": {
    "file_name": null
  },
  "organization": {
    "id": 1
  }
}, {
  "id": 4,
  "name": "client 4",
  "description": null,
  "status": "active",
  "avatar": {
    "file_name": null
  },
  "organization": {
    "id": 1
  }
}]