-
Notifications
You must be signed in to change notification settings - Fork 736
New issue
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
Add support for editing Gists #484
Conversation
Fixes issue hub4j#466 NOTE: I could not get the deleteFile() method to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have a ton of PRs up. Thanks! As with others, add some tests and I think we can merge.
@martinvanzijl There's actually |
- Created class GHGistUpdater to do the updating. - Added unit tests.
@bitwiseman I still can't get the |
} | ||
|
||
// // This method does not work. | ||
// public GHGistUpdater deleteFile(String fileName) throws IOException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@martinvanzijl
This probably has to do with the way that values are passed via maps.
I suspect passing null
results in the key not being set or at least not set to GitHub.
Fixes issue #466.
Added the following methods:
NOTE: I could not get the deleteFile() method to work. I have left it commented-out.