Skip to content

Instantly share code, notes, and snippets.

@adammcarth
Created August 4, 2016 14:27
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 adammcarth/fe5795b36b81c803a4ba827aa836b936 to your computer and use it in GitHub Desktop.
Save adammcarth/fe5795b36b81c803a4ba827aa836b936 to your computer and use it in GitHub Desktop.
[{
"userId": "",
"email": "",
"pin": "",
"recordList": [
{
"type": "discogs",
"id": "<discogs_id>"
},
{
"type": "someOtherService",
"id": "",
"options": {
"notes": "Becky is currently borrowing this from me."
}
},
{
"type": "custom",
"options": {
"artist": "Flight Facilities",
"title": "Down To Earth",
"release": "LP",
"type": "Limited Edition (Whi)"
}
},
...
],
"grabList": [
...
]
},
{
...
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment