JSPM

@backstage/catalog-client

1.6.1-next.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 597406
  • Score
    100M100P100Q199308F
  • License Apache-2.0

An isomorphic client for the catalog backend

Package Exports

  • @backstage/catalog-client
  • @backstage/catalog-client/dist/index.cjs.js
  • @backstage/catalog-client/dist/index.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@backstage/catalog-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Catalog Client

Contains a frontend and backend compatible client for communicating with the Backstage Catalog.

Backend code may import and use this package directly.

However, frontend code will not want to instantiate a catalog client directly - use the @backstage/plugin-catalog-react package instead, which exports a catalogApiRef that can be leveraged like other frontend utility APIs.