@balena/jellyfish-sync
TypeScript icon, indicating that this package has built-in type declarations

6.3.2 • Public • Published

Notice: This utility has been discontinued. The functionality provided by this module has been merged into jellyfish-plugin-default.

Jellyfish Sync

This module contains an integration syncing engine built on top of Jellyfish.

Balena API flowchart

Usage

Below is an example how to use this library:

const Sync = require('@balena/jellyfish-sync').Sync;

const sync = new Sync({
	integrations: {
		/* key/value lookup of integrations */
	},
});

sync.getExternalUserSyncEventData({}, provider, externalUser);

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-sync

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-sync

Weekly Downloads

1

Version

6.3.2

License

Apache-2.0

Unpacked Size

221 kB

Total Files

25

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io