Files
backstage/.changeset/lovely-drinks-kiss.md
T
Fredrik Adelöw 7927005152 Add fetchApiRef which implements fetch, plus Backstage token header when available.
This intends to be the basis for other plugins' data fetching needs, so that they can transparently interact with the catalog and other parts of the Backstage ecosystem without explicitly having to deal with authenticating themselves.

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-15 19:29:42 +01:00

174 B

@backstage/catalog-client
@backstage/catalog-client
patch

Add the ability to supply a custom fetchApi. In the default frontend app setup, this will use the fetchApiRef implementation.