@finos/fdc3
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

FDC3

This npm module is the main entry point for the Financial Desktop Connectivity and Collaboration Consortium (FDC3) JavaScript API.

Since version 2.2.0 this module only provides an ES6 module. Applications requiring a CommonJS module should either update to ES6 or switch to the @finos/fdc3-commonjs module (provided for backwards compatibility).

Installation

To install the FDC3 module, use npm:

npm install @finos/fdc3

Usage

To use the FDC3 module in your project, import it as follows:

import { getAgent } from '@finos/fdc3';
// getAgent() returns the FDC3 Desktop Agent
const fdc3 = getAgent();

// Example usage
const contact = {
  type: 'fdc3.contact',
  name: 'Jane Doe',
  id: {
    email: 'jane@mail.com'
  }
};

fdc3.raiseIntent('ViewProfile', contact);

Documentation

For detailed documentation and API reference, please visit the official FDC3 documentation.

Contributing

We welcome contributions to the FDC3 project. Please see our contributing guidelines for more information.

License

This project is licensed under the Apache 2.0 License.

Contact

For any questions or support, please reach out to the FDC3 community on our Slack channel or mailing list.

Further Details

Further details are avilable in the main FDC3 Project README

Readme

Keywords

none

Package Sidebar

Install

npm i @finos/fdc3

Weekly Downloads

10,574

Version

2.2.0

License

Apache-2.0

Unpacked Size

56.2 kB

Total Files

7

Last publish

Collaborators

  • finos-admin
  • maoo
  • texodus
  • neil.slinger