Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Last active September 20, 2015 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nialdarbey/d60d7150326ff4f88d46 to your computer and use it in GitHub Desktop.
Save nialdarbey/d60d7150326ff4f88d46 to your computer and use it in GitHub Desktop.
{
  "links": [
    {
      "href": "http://alainn-cosmetics.cloudhub.io/api/v1.0/items",
      "rel": "self"
    },
    {
      "href": "http://alainn-cosmetics.cloudhub.io/api/v1.0/items?pageIndex=2&pageSize=4",
      "rel": "next"
    }
  ],
  "collection": {
    "size": "2",
    "items": [
      {
        "id": "B0000YUWXG",
        "type": "Jerome Russells Hair Color Thickener for Thinning Hair",
        "name": "Jeromes Thinning Hair",
        "summary": "Effectively cover up light to medium bald spots.",
        "brand": "Jerome Russell",
        "links": [
          {
            "href": "http://d/e/f",
            "rel": "SmallImage"
          },
          {
            "href": "http://alainn-cosmetics.cloudhub.io/api/v1.0/B0000YUWXG",
            "rel": "self"
          }
        ]
      },
      {
        "id": "B00014WW38",
        "type": "Naturtint - Permanent Hair Colorant",
        "name": "Permanent",
        "brand": "Naturtint",
        "links": [
          {
            "href": "http://x/y/z",
            "rel": "SmallImage"
          },
          {
            "href": "http://alainn-cosmetics.cloudhub.io/api/v1.0/B00014WW38",
            "rel": "self"
          }
        ]
      }
    ]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment