Skip to content

icastilho/iugu-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###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

About

Iugu service Client to consume Iugu rest API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published