Commit 1be2bd8291cb6384cd4ad74b22bed6cf9b54fcaa

Authored by Nur Fajar Wibowo
1 parent 1233582c78
Exists in master

add note.txt for available method & params

Showing 1 changed file with 15 additions and 0 deletions Side-by-side Diff

... ... @@ -0,0 +1,15 @@
  1 +note ;
  2 +
  3 +available method with params;
  4 +____________________________
  5 +method get with parameter;
  6 + /sms --> msg; isi pesan
  7 + number; nomor tujuan sms (6281xxx)
  8 + reqid; id uniq by client
  9 + apikey; generate system [config.json]
  10 + modem; nama modem [optional]
  11 +
  12 + /ussd --> msg; command ussd to execute
  13 + reqid ; id uniq by client
  14 + apikey; generate by system [config.json]
  15 + modem; nama modem [optional]