Skip to content

Commit

Permalink
update to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPurple141 committed Jun 4, 2018
1 parent 07f3d4c commit 25c574d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ Interface | Description
--------- | ----------
`.get(path)` | Returns the fileObject or directory for the relevant file. Takes a string relative path, and requires the `repo` and `user` to be set.
`.getUrl(path)` | Returns the current url formed for the request. Mainly called internally.
`.getContents(path)` | Returns the `file` contents directly, decoded and ready to use.
`.getFileContents(path)` | Returns the `file` contents directly, decoded and ready to use.
`.listRepos()` | List repositories of current user
`.getRepo(repo, user(optional))` | Provides the repo object for a nominated repository. User defaults to current.
`.decode(encodedFile)` | Decodes a file object in base64Unicode.


Expand Down

0 comments on commit 25c574d

Please sign in to comment.