1.0.12 • Published 6 years ago

iugu-client v1.0.12

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

###IUGU CLIENT It is Iugu client to typescript projects.

###Install

npm i iugu-client

###Example

const iugu = new Iugu("YOUR_APIKEY");

iugu.customer.create({
   email: "name@test.com",
   name: "user test"
})
.then((customer: Customer) => {
  //Do something
})
.catch((err:any) => {});

Test

npm tst

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago