Skip to content

Instantly share code, notes, and snippets.

@sukhbir-singh
Created March 15, 2018 21:35
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 sukhbir-singh/d5e83725d437b5583c76417a335cb0cf to your computer and use it in GitHub Desktop.
Save sukhbir-singh/d5e83725d437b5583c76417a335cb0cf to your computer and use it in GitHub Desktop.
Gsoc Proposal PublicLabs (Sukhbir)
Sample response if include_details is true:
{
"success": true,
"research_notes": {
"total_count": 4757,
"contributors_count": 1140,
"per_week_rate":16.48,
"values": [ 8,5,1,0,2,4,10,11,0,2,1,4,5,2,1,0,9,12,11,15,4,2,3 ] (52 values, one value per week)
},
"wiki_pages": {
"total_count": 1221,
"contributors_count": 212,
"per_week_rate": 10.5,
"values": [ 0,2,1,4,5,2,1,0,9,12,11,15,4,2,3,4,1,5,7,7,4,2,4,1,1 ] (52 values, one value per week)
},
"comments":{
"total_count": 12573,
"contributors_count": 58,
"per_week_rate": 69.38,
"values": [ 1,0,2,4,5,1,1,0,2,1,4,5,2,8,5,1,0,1,1,15,4,9,1,2,2,3 ] (52 values, one value per week)
},
"wiki_edits":{
"total_count": 12573,
"per_week_rate": 69.38
},
"other_details":{
"people_joined": 560,
"questions_posted": 41,
"answers": 101
}
}
Sample response if include_details is false or not included:
{
"success": true,
"research_notes": {
"total_count": 4757,
"contributors_count": 1140,
"per_week_rate":16.48
},
"wiki_pages": {
"total_count": 1221,
"contributors_count": 212,
"per_week_rate": 10.5
},
"comments":{
"total_count": 12573,
"contributors_count": 58,
"per_week_rate": 69.38
},
"wiki_edits":{
"total_count": 12573,
"per_week_rate": 69.38
},
"other_details":{
"people_joined": 560,
"questions_posted": 41,
"answers": 101
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment