Merge pull request #8562 from backstage/freben/fetchnesss

Better API docs link for the fetch api
This commit is contained in:
Fredrik Adelöw
2021-12-21 13:46:30 +01:00
committed by GitHub
@@ -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
*/