Files
backstage/packages/backend-plugin-api
Patrik Oldsberg 843a0a158c backend-plugin-api: added new core identity service
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-01-11 12:26:14 +01:00
..
2023-01-10 14:18:51 +00:00

@backstage/backend-plugin-api

This package is HIGHLY EXPERIMENTAL, do not use this for production

This package provides the core API used by Backstage backend plugins.

Installation

Add the library to your backend plugin package:

# From your Backstage root directory
yarn add --cwd plugin/<plugin>-backend @backstage/backend-plugin-api

Documentation