2.2.1-beta.3 • Published 7 months ago

@finos/fdc3-commonjs v2.2.1-beta.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

FDC3 CommonJS Module

This is the CommonJS module version of the Financial Desktop Connectivity and Collaboration Consortium (FDC3) javascript API.

Warning

CommonJS is no longer the recommended module system for JavaScript. We recommend using the FDC3 ES6 module at @finos/fdc3 instead. The FDC3 CommonJS module is provided for compatibility with older projects that use CommonJS.

Installation

To install the FDC3 CommonJS module, use npm:

npm install @finos/fdc3-commonjs

Usage

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

const fdc3CommonJs = require('@finos/fdc3-commonjs');

// getAgent() returns the FDC3 Desktop Agent
const fdc3 = fdc3CommonJs.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

2.2.1-beta.3

7 months ago

2.2.1-beta.2

7 months ago

2.2.1

7 months ago

2.2.0

9 months ago

2.2.0-beta.4

9 months ago

2.2.0-beta.3

10 months ago

2.2.0-beta.2

10 months ago

2.2.0-beta.1

11 months ago

2.2.0-alpha.3

12 months ago

2.2.0-beta.30

12 months ago