Skip to content

Instantly share code, notes, and snippets.

@chapel
Forked from jnpetersen/Geeklist JSON
Created June 5, 2012 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chapel/2877623 to your computer and use it in GitHub Desktop.
Save chapel/2877623 to your computer and use it in GitHub Desktop.
GKLST Message Types
{
"created_at": "2012-05-30T05:49:19.548Z",
"messagetypes": {
"card": {
"template": "{{user1}} published a card",
"dataMap": {
"user1": "activity.user.screen_name"
}
},
"micro": {
"template": "{{user1}} published a micro",
"dataMap": {
"user1": "activity.user.screen_name"
}
},
"highfive": {
"template": "{{user1}} high fived a micro by {{user2}}",
"dataMap": {
"user1": "activity.user.screen_name",
"user2": "activity.gfk.screen_name"
}
},
"community": {
"template": "{{user1}} joined the {{community}} community",
"dataMap": {
"user1": "activity.user.screen_name",
"community": "activity.gfk.name"
}
},
"signup": {
"template": "{{user1}} just signed up for Geeklist. Welcome!",
"dataMap": {
"user1": "activity.user.screen_name"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment