Skip to content

Instantly share code, notes, and snippets.

@bryceosterhaus
Created December 23, 2016 20:10
Show Gist options
  • Select an option

  • Save bryceosterhaus/c87b41de7b5d11bb9cd649a3e16dfd37 to your computer and use it in GitHub Desktop.

Select an option

Save bryceosterhaus/c87b41de7b5d11bb9cd649a3e16dfd37 to your computer and use it in GitHub Desktop.
Sample API Return
[
{
author: {
displayURL: String
name: String
profession: String
profilePictureURL: String
}
commentsCount: Number
content: String
createDate: Number
episodeInfo: {
episodeName: String
podcastId: Number
podcastName: String
podcastThumbnail: String
publishDate: Number
}
score: Number
tags: Array of Strings
title: String
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment