-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Sometimes the response payload is:
{
"message": "Problems parsing JSON",
"documentation_url": "https://developer.github.com/v3"
}
this is currently not detected.
We expect something like this:
{
"id": 224873,
"status": "pending",
"url": "https://api.github.com/repos/geneontology/go-ontology/import/issues/224873",
"import_issues_url": "https://api.github.com/repos/geneontology/go-ontology/import/issues",
"repository_url": "https://api.github.com/repos/geneontology/go-ontology",
"created_at": "2015-07-25T11:38:19-07:00",
"updated_at": "2015-07-25T11:38:19-07:00"
}
even this is no guarantee of success - the URL should be checked
Metadata
Metadata
Assignees
Labels
No labels