1.2.4 • Published 6 years ago

infobip-unofficial-api v1.2.4

Weekly downloads
7
License
MIT
Repository
github
Last release
6 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

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.0

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago