Skip to content

Instantly share code, notes, and snippets.

@Furzel
Created September 25, 2014 01:41
Show Gist options
  • Save Furzel/4dfce28cffc19e0e5edb to your computer and use it in GitHub Desktop.
Save Furzel/4dfce28cffc19e0e5edb to your computer and use it in GitHub Desktop.
Contact route expected JSON
{
"name": "String - your contact full name",
"description": "Optional String - describe your contact",
"fields": [
{
"source": "String - either email, twitter or phone",
"handle": "String - email address, phone number, twitter handle as selected by the above source field"
}
],
"links": [
{"url": "String - url related to your contact"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment