@atlaskit/editor-card-provider
TypeScript icon, indicating that this package has built-in type declarations

3.3.3 • Public • Published

@atlaskit/editor-card-provider

This package is designed to be used with the editor.

Usage

import { EditorCardProvider } from '@atlaskit/editor-card-provider'

// Default usage
const provider = new EditorCardProvider('stg');

// You may also pass in a base url override, if you'd like EditorCardProvider
// to make requests other than api-private.atlassian.com (prod) or pug.jira-dev.com (stg)
const provider = new EditorCardProvider('stg', 'www.acme.com/your-api-here');

Readme

Keywords

none

Package Sidebar

Install

npm i @atlaskit/editor-card-provider

Weekly Downloads

143

Version

3.3.3

License

Apache-2.0

Unpacked Size

97.3 kB

Total Files

30

Last publish

Collaborators

  • atlaskit