Skip to content

Commit

Permalink
Merge pull request #20 from JasonEtco/toc
Browse files Browse the repository at this point in the history
Add a table of contents
  • Loading branch information
JasonEtco authored Jan 27, 2019
2 parents c378d41 + bcdbaa3 commit fb15dd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ const tools = new Toolkit()

## API

* [Authenticated GitHub API client](#toolsgithub)
* [Parsing arguments](#toolsarguments)
* [Reading files](#toolsgetfilepath-encoding--utf8)
* [Run a CLI command](#toolsruninworkspacecommand-args-execaoptions)
* [In-repo configuration](#toolsconfigfilename)
* [Inspect the webhook event payload](#toolscontext)

### tools.github

Returns an [Octokit SDK](https://octokit.github.io/rest.js) client authenticated for this repository. See [https://octokit.github.io/rest.js](https://octokit.github.io/rest.js) for the API.
Expand Down

0 comments on commit fb15dd8

Please sign in to comment.