Sha256: d3b9b7d3e9606ed1422ab8b6383d87468b6eb29a677cd85be7c82fc616e7460d

Contents?: true

Size: 768 Bytes

Versions: 10

Compression:

Stored size: 768 Bytes

Contents

{
  "_links": {
    "self":         { "href": "https://api.vhx.tv/sites/1" },
    "home_page":    { "href": "http://www.myproject.com" },
    "followers":    { "href": "https://api.vhx.tv/sites/1/followers" },
    "subscription": { "href": "https://api.vhx.tv/subscriptions/1" }
  },
  "_embedded": {
    "packages":     [],
    "subscription": {}
  },
  "id": 1,
  "title": "My Project",
  "description": "My project description.",
  "domain": "www.myproject.com",
  "subdomain": "myproject",
  "key": "myproject",
  "color": "#000000",
  "facebook_url": "https://facebook.com/ksheurs",
  "twitter_name": "ksheurs",
  "packages_count": 5,
  "videos_count": 10,
  "followers_count": 100,
  "created_at": "2014-02-25T20:19:30Z",
  "updated_at": "2014-02-25T20:19:30Z"
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
vhx-ruby-0.0.12 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.10 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.9 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.8 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.7 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.6 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.5 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.4 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.3 spec/fixtures/sample_site_response.json
vhx-ruby-0.0.2 spec/fixtures/sample_site_response.json