Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 260 Bytes

File metadata and controls

11 lines (11 loc) · 260 Bytes

How to use:

const _AuttarSDK = new AuttarSDK("ws://192.168.25.41:2500");
// Paying R$ 21.90 
_AuttarSDK.CreditoAVista(2108).then((resp) => {
   const { data } = resp
   alert(JSON.stringify(data));
 }, (err) => {
   console.log(err);
});