1.0.4 • Published 3 years ago

dots-v2-node v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Dots API V2

Quickstart

import { Dots } from 'dots-v2-node';

const dots = new Dots({
    BASE: 'https://api.senddotssandbox.com/api',
    USERNAME: <CLIENT_ID>,
    PASSWORD: <API_KEY>
})


const createUser = async () => {
    const user = await dots.users.createUser({
        first_name: 'Bob',
        last_name: 'Dob',
        email: 'bob.dob@gmail.com',
        country_code: '1',
        phone_number: '5555555555',
        username: 'BOBDOB',
        metadata: {
            'internal_id': 'usr_31233123'
        }
    })
}
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