Skip to content

Instantly share code, notes, and snippets.

@playupchris
Created September 14, 2012 06:00
Show Gist options
  • Save playupchris/3720077 to your computer and use it in GitHub Desktop.
Save playupchris/3720077 to your computer and use it in GitHub Desktop.
GET /user/me/encrypted_tile_tokens, response => https://gist.github.com/3753969
{
":self": "http://playup.com/user/me/encrypted_tile_tokens",
":type": "application/vnd.playup.collection+json",
"items": [
{
":type": "application/vnd.playup.encrypted_tile_token+json",
":self": "http://playup.com/encrypted_tile_tokens/46",
"id": "tile_provider-46",
"encrypted_token": "bawerqabsd"
}
]
}
@playupchris
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment