We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following returns an error:
GitHub.Commits.diff "scott-fleischman" "repo-remove-submodule" "d03c152482169d809be9b1eab71dcf64d7405f76" "42cfd732b20cd093534f246e630b309186eb485d"
Left (ParseError "Error in $[2]['blob_url']: failed to parse field files: expected URL, encountered Null")
You can see the example here with the response JSON: https://github.com/scott-fleischman/repo-remove-submodule
Would you be ok with a change like the following? If so I can put together a PR.
data File = File { fileBlobUrl :: !(Maybe URL) , fileStatus :: !Text , fileRawUrl :: !(Maybe URL) , fileAdditions :: !Int
The text was updated successfully, but these errors were encountered:
Please, make a PR!
Sorry, something went wrong.
b56dd76
Merge pull request #340 from scott-fleischman/issue-339
6ac12e4
Make fileBlobUrl and fileRawUrl optional; Fix #339.
No branches or pull requests
The following returns an error:
You can see the example here with the response JSON:
https://github.com/scott-fleischman/repo-remove-submodule
Would you be ok with a change like the following? If so I can put together a PR.
The text was updated successfully, but these errors were encountered: