1.0.6 • Published 2 years ago

@indigov/cansend-api v1.0.6

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago