Github Filesystem
This is a ruby wrapper that intends to provide an easy File
-esque
wrapper round the Github API's contents endpoints.
This will allow you to create, read, find, update, and delete files using a familiar API based off of ruby's own File
and Dir
classes.
TODO
- [x] Implement File.open("path", "a+") mode
- [x] Implement File.open("path", "a") mode
- [x] Implement File.open("path", "w") mode
- [x] Implement File.open("path", "w+") mode