Open
Description
When attempting to share, I receive an alert with the message:
From try.purescript.org
Failed to create gist
This is caused by a failed POST
:
Request URL: https://api.github.com/gists
Request Method: POST
Status Code: 422 Unprocessable Entity
The response payload:
{
"message": "Validation Failed",
"errors": [
{
"resource": "Gist",
"code": "missing_field",
"field": "user"
},
{
"resource": "Gist",
"code": "missing_field",
"field": "files"
}
],
"documentation_url": "https://developer.github.com/v3/gists/#create-a-gist"
}
Metadata
Metadata
Assignees
Labels
No labels