diff --git a/docs/api/GithubClient.md b/docs/api/GithubClient.md index 038420c..d62ae8e 100644 --- a/docs/api/GithubClient.md +++ b/docs/api/GithubClient.md @@ -48,3 +48,8 @@ interface GithubClientOptions { - **`repos`** — `ReposProxy` — see [repos](./repos.md) - **`users`** — `UsersProxy` — see [users](./users.md) + +## Methods + +- **`fetchRawFile`** — `Promise` when no `parser` is provided, `Promise` when `parser: "json"` or a custom parser function is provided. + — see [fetchRawFile](./fetchRawFile.md)