1.0.12 • Published 7 years ago

iugu-client v1.0.12

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

1.0.11

7 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago