Sha256: b4d2f7fb09a8035fcbcb61c5473bb7be339fab53c79ed6673e2bc8903c6f6f87

Contents?: true

Size: 474 Bytes

Versions: 4

Compression:

Stored size: 474 Bytes

Contents

{
  "_links": {
    "self":  { "href": "https://api.vhx.tv/customers/1" },
    "watchlist": { "href": "https://api.vhx.tv/customers/1/watchlist" },
    "watching": { "href": "https://api.vhx.tv/customers/1/watching" },
    "products": { "href": "https://api.vhx.tv/products/1" }
  },
  "_embedded": {
    "products": []
  },
  "id": 1,
  "name": "First Last",
  "email": "customer@email.com",
  "created_at": "2014-02-25T20:19:30Z",
  "updated_at": "2014-02-25T20:19:30Z"
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vhx-ruby-0.0.12 spec/fixtures/sample_customer_response.json
vhx-ruby-0.0.10 spec/fixtures/sample_customer_response.json
vhx-ruby-0.0.9 spec/fixtures/sample_customer_response.json
vhx-ruby-0.0.8 spec/fixtures/sample_customer_response.json