Sha256: ba785cce7fe22e03b0bd6c0b5a3edc7c7db6b0d7f4d74b7ca7235925a0ae633c

Contents?: true

Size: 1.02 KB

Versions: 30

Compression:

Stored size: 1.02 KB

Contents

{
  "_links": {
    "self": { "href": "..." },
    "filter": { "href": "...{?categories}" } // note: this is a URI template
  },
  "categories": ["Microsoft", "Ruby", "Javascript", "Mobile"],
  "_embedded": {
    "videos": [{
      "_links": {
        "self": { "href": "..." },
        "episodes": { "href": "..." }
      },
      "title": "Real World ASP.NET MVC3",
      "description": "In this advanced, somewhat-opinionated production you'll get your very own startup off the ground using ASP.NET MVC 3...",
      "permitted": true
    },{
      "_links": {
        "self": { "href": "..." },
        "episodes": { "href": "..." }
      },
      "title": "Example Video 2",
      "description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit",
      "permitted": false
    },{
      "_links": {
        "self": { "href": "..." },
        "episodes": { "href": "..." }
      },
      "title": "Example Video 3",
      "description": "Lorem ipsum dolor sit amet, consectetur adipisicing elit",
      "permitted": false
    }]
  }
}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
hyperclient-2.0.0 test/fixtures/collection.json
hyperclient-1.0.1 test/fixtures/collection.json
hyperclient-0.9.3 test/fixtures/collection.json
hyperclient-0.9.1 test/fixtures/collection.json
hyperclient-0.9.0 test/fixtures/collection.json
hyperclient-0.8.6 test/fixtures/collection.json
hyperclient-0.8.5 test/fixtures/collection.json
hyperclient-0.8.4 test/fixtures/collection.json
hyperclient-0.8.3 test/fixtures/collection.json
hyperclient-0.8.2 test/fixtures/collection.json
hyperclient-0.8.1 test/fixtures/collection.json
hyperclient-0.8.0 test/fixtures/collection.json
hyperclient-0.7.2 test/fixtures/collection.json
hyperclient-0.7.1 test/fixtures/collection.json
hyperclient-0.7.0 test/fixtures/collection.json
hyperclient-0.6.1 test/fixtures/collection.json
hyperclient-0.5.0 test/fixtures/collection.json
hyperclient-0.4.0 test/fixtures/collection.json
hyperclient-0.3.2 test/fixtures/collection.json
hyperclient-0.3.1 test/fixtures/collection.json