Test Issue.getComments

This commit is contained in:
Vincent Jacques
2012-05-26 10:44:20 +01:00
parent 5b97389988
commit 12747613c5
6 changed files with 34 additions and 1 deletions
@@ -1238,6 +1238,7 @@
{ "name": "description", "type": "string" },
{ "name": "fork", "type": "bool" },
{ "name": "forks", "type": "integer" },
{ "name": "full_name", "type": "string" },
{ "name": "git_url", "type": "string" },
{ "name": "has_downloads", "type": "bool" },
{ "name": "has_issues", "type": "bool" },
@@ -7140,6 +7140,14 @@
},
"name": "forks"
},
{
"type": {
"simple": true,
"cardinality": "scalar",
"name": "string"
},
"name": "full_name"
},
{
"type": {
"simple": true,