0.1.0 • Published 5 years ago

@ume/client v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago