Skip to content

Instantly share code, notes, and snippets.

@tlxue
Created May 18, 2012 06:33
Show Gist options
  • Save tlxue/2723572 to your computer and use it in GitHub Desktop.
Save tlxue/2723572 to your computer and use it in GitHub Desktop.
Feed Exp Data Format
{
"items" : [
{
"actions" : [
{
"item_type" : "问题/回答",
"action_type" : "关注/添加/赞成",
"source" : {
"type" : "topic/question/person",
"name" : "topic/person/question name",
"avatar_url" : "img url here"
}
}
],
"question_data" : {
"question_title" : "Question title here",
"question_answer_number" : "How many answers already",
},
"answer_data" : {
"answer_author" : {
"name" : "name here",
"bio" : "bio here"
},
"vote_number" : "how many votes",
"answer_content" : "answer content, without rich text"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment