1.0.6 • Published 3 years ago

@indigov/cansend-api v1.0.6

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

CANSEND client

To use

  • Add it to your project; e.g., yarn add @indigov/cansend-api
  • Use it like so:
import Cansend from '@indigov/cansend-api`

const cansend = new Cansend(API_TOKEN)

await cansend.validateAddress('bob@bob.com')
// 'valid' | 'invalid' | 'pending' | 'unknown' | 'error'

await cansend.validateAddresses(['bob@bob.com'])
// { 'bob@bob.com':  'valid' | 'invalid' | 'pending' | 'unknown' | 'error' }
// enter up to 200

TODO

  • Figure out how to build/publish this directory only
  • Testing steps
  • Publish/deploy steps
1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago