Skip to content

Instantly share code, notes, and snippets.

@johnferrie
Last active May 1, 2017 15:09
Show Gist options
  • Save johnferrie/c136ffeff58631ecc11182912fc23ea0 to your computer and use it in GitHub Desktop.
Save johnferrie/c136ffeff58631ecc11182912fc23ea0 to your computer and use it in GitHub Desktop.
{
id: Number,
link: String, // TODO: Transform to correct url.
slug: String,
excerpt: String, // TODO: Change to deck? Strip wrapping p tag?
title: String,
featured_image: String,
category: {
id: Number, // TODO: is this needed?
name: String,
slug: String
},
tags: [
{
id: Number, // TODO: is this needed?
name: String,
slug: String
}
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment