diff --git a/README.md b/README.md index dfdd3c5..19d8bd3 100644 --- a/README.md +++ b/README.md @@ -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.