Skip to content

Instantly share code, notes, and snippets.

@boomtrain-support
Last active August 31, 2015 23:10
Show Gist options
  • Select an option

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

Select an option

Save boomtrain-support/c2c1771a3bf598f89601 to your computer and use it in GitHub Desktop.
POST /resources/:model/ - Response details after creating the Resource by model type
{
id: "{Resource ID}",
model: "{Model Type}",
props: {
url: "{The Canonical URL}",
thumbnail: "{URL to the Hosted Image File}",
title: "{Title of the Resource}",
...
},
updatedAt: "{ISO Formatted Timestamp}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment