Skip to content

Instantly share code, notes, and snippets.

@Fauntleroy
Last active December 29, 2015 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fauntleroy/7593588 to your computer and use it in GitHub Desktop.
Save Fauntleroy/7593588 to your computer and use it in GitHub Desktop.
resources + auth ideas for solidus
{
"storyteller": {
"headers": {
"Api-Key": "e801cf0a-ee44-42d3-a29f-aff82fd0521b"
}
}
}
{
"profile": {
"url": "http://staging.proxy.storyteller.io/Fauntleroy/soundcloud/users/fauntlero-von-patton.json",
"auth": "storyteller"
},
"favorites": {
"url": "http://staging.proxy.storyteller.io/Fauntleroy/soundcloud/users/fauntlero-von-patton/favorites.json",
"auth": "storyteller"
}
}
{
"http://staging.proxy.storyteller.io/*": {
"headers": {
"Api-Key": "e801cf0a-ee44-42d3-a29f-aff82fd0521b"
}
}
}
{
"profile": {
"url": "http://staging.proxy.storyteller.io/Fauntleroy/soundcloud/users/fauntlero-von-patton.json"
},
"favorites": {
"url": "http://staging.proxy.storyteller.io/Fauntleroy/soundcloud/users/fauntlero-von-patton/favorites.json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment