From 830276a4bc649933331121ddfb25b2e5cbb5ba66 Mon Sep 17 00:00:00 2001 From: cgombauld Date: Mon, 9 Mar 2026 20:15:56 +0100 Subject: [PATCH] docs(GithubClient): add fetchRawFile --- docs/api/GithubClient.md | 5 +++++ 1 file changed, 5 insertions(+) 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)