1.2.4 • Published 7 years ago

infobip-unofficial-api v1.2.4

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

unofficial-infobip-api

unofficial wrapper for infobip api

usage

const infobip_api = require('infobip-unofficial-api')({user: 'username', password: 'password'});

const message = {
  to: 'to number',
  from: 'from number',
  message: 'string message'
}

infobip_api.send_sms(message, function(err, res){
  if (!err) {
    console.log(res);
  }
});
1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.0

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago