From 165b156c25bfbed9c03800f3e279b4870fcd8023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 21 Dec 2021 11:29:10 +0100 Subject: [PATCH] Better API docs link for the fetch api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- packages/core-plugin-api/src/apis/definitions/FetchApi.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/core-plugin-api/src/apis/definitions/FetchApi.ts b/packages/core-plugin-api/src/apis/definitions/FetchApi.ts index ba304157ea..67513b113a 100644 --- a/packages/core-plugin-api/src/apis/definitions/FetchApi.ts +++ b/packages/core-plugin-api/src/apis/definitions/FetchApi.ts @@ -27,8 +27,12 @@ export type FetchApi = { }; /** - * A wrapper for the fetch API, that has additional behaviors such as the - * ability to automatically inject auth information where necessary. + * The {@link ApiRef} of {@link FetchApi}. + * + * @remarks + * + * This is a wrapper for the fetch API, that has additional behaviors such as + * the ability to automatically inject auth information where necessary. * * @public */