0.1.0 • Published 6 years ago

@ume/client v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

@ume/client

JavaScript APIs for handling Envelopes and interacting with encryption processing servers

import Client from '@ume/client'

const ume = new Client({ apiHost: process.env.UME_API_HOST })

async function sendToVendor(values) {
  const encryptedValues = await ume.encrypt({ data: values })

  vendor.sendToAPI({ values: encryptedValues })
}
0.1.0

6 years ago

0.0.5

6 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago