iugu-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.12 • Public • Published

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

/iugu-client/

    Package Sidebar

    Install

    npm i iugu-client

    Weekly Downloads

    2

    Version

    1.0.12

    License

    Apache-2.0

    Unpacked Size

    22.1 kB

    Total Files

    19

    Last publish

    Collaborators

    • icastilho