Skip to content

Instantly share code, notes, and snippets.

@boomtrain-support
Created August 31, 2015 21:54
Show Gist options
  • Select an option

  • Save boomtrain-support/cf283c05a77d7097ccef to your computer and use it in GitHub Desktop.

Select an option

Save boomtrain-support/cf283c05a77d7097ccef to your computer and use it in GitHub Desktop.
GET /resources/:model - Response details for the specified model type.
[
0: {
createdAt: "{ISO Formatted Date the Resource was Ingested}",
debug: "{A JSON array of items used by Boomtrain}",
props: "{A JSON array of the Resource Properties based on Your meta Tags}",
updatedAt: "{ISO Formatted Date the Resource was Last Reingested}"
},
1: {
createdAt: "{ISO Formatted Date the Resource was Ingested}",
debug: "{A JSON array of items used by Boomtrain}",
props: "{A JSON array of the Resource Properties based on Your meta Tags}",
updatedAt: "{ISO Formatted Date the Resource was Last Reingested}"
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment