Skip to main content

FetchApi

Home > @backstage/core-plugin-api > FetchApi

A wrapper for the fetch API, that has additional behaviors such as the ability to automatically inject auth information where necessary.

Signature:

export type FetchApi = {
fetch: typeof fetch;
};