Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 495 Bytes

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

  • Implement File.open("path", "a+") mode
  • Implement File.open("path", "a") mode
  • Implement File.open("path", "w") mode
  • Implement File.open("path", "w+") mode
  • Implement Dir.glob