Skip to content

Instantly share code, notes, and snippets.

@ericmustin
Created January 31, 2018 23:08
Show Gist options
  • Save ericmustin/ec985f736b0827696c894a72ac2e9ed8 to your computer and use it in GitHub Desktop.
Save ericmustin/ec985f736b0827696c894a72ac2e9ed8 to your computer and use it in GitHub Desktop.
test_index_for_hw_outfits
{"costumes":[
{
"name":"the strawberry",
"slug":"the-strawberry",
"categories":[
{
"name": "baby",
"slug": "baby"
},
{
"name": "how tos",
"slug": "how-tos"
},
{
"name": "fruit",
"slug":"fruit"
}
],
"full_howto":true,
"preview":false,
"costume_thumbnail_url": "https://images-primary.global.ssl.fastly.net/images/halloween/Halloween_LandingPage_Tiles_strawberry.jpg"
},
{
"name":"cotton candy",
"slug":"the-cotton-candy",
"categories": [
{
"name": "kids",
"slug": "kids"
},
{
"name": "how tos",
"slug":"how-tos"
}
],
"full_howto": false,
"preview": false,
"costume_thumbnail_url": "https://images-primary.freetls.fastly.net/images/halloween/Halloween_LandingPage_Tiles_cottoncandy.jpg"
},
{
"name":"the superhero",
"slug": "the-superhero",
"categories":[
{
"name": "kids",
"slug": "kids"
},
{
"name": "movies",
"slug": "movies"
}
],
"full_howto": true,
"preview": true,
"costume_thumbnail_url": "https://images-primary.freetls.fastly.net/images/halloween/Halloween_LandingPage_Tiles_superhero.jpg"
},
{
"name":"the ice cream sundae",
"slug": "the-ice-cream-sundae",
"categories":[
{
"name": "baby",
"slug": "baby"
},
{
"name": "food",
"slug": "food"
},
{
"name": "how tos",
"slug":"how-tos"
}
],
"full_howto": true,
"preview": false,
"costume_thumbnail_url": "https://images-primary.freetls.fastly.net/images/halloween/Halloween_LandingPage_Tiles_sundae.jpg"
},
{
"name":"the unicorn",
"slug": "the-unicorn",
"categories":[
{
"name": "kids",
"slug": "kids"
},
{
"name": "animals",
"slug": "animals"
}
],
"full_howto": true,
"preview": false,
"costume_thumbnail_url": "https://images-primary.freetls.fastly.net/images/halloween/Halloween_LandingPage_Tiles_unicorn.jpg"
},
{
"name":"the cow",
"slug": "the-cow",
"categories":[
{
"name": "kids",
"slug": "kids"
},
{
"name": "animals",
"slug": "animals"
},
{
"name": "outfits",
"slug": "outfits"
}
],
"full_howto": true,
"preview": false,
"costume_thumbnail_url": "https://images-primary.freetls.fastly.net/images/halloween/Halloween_LandingPage_Tiles_cow.jpg"
}
],
"categories": [
{"name": "animals", "slug": "animals"},
{"name": "kids", "slug": "kids"},
{"name": "how tos", "slug": "how-tos"},
{"name": "food", "slug": "food"},
{"name": "baby", "slug": "baby"},
{"name": "movies", "slug": "movies"},
{"name": "fruit", "slug": "fruit"},
{"name": "outfits", "slug": "outfits"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment