Skip to content

tkusano/boundio-curl-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

boundio-curl-sample

Sample program to use http://boundio.jp/ with cURL

How To Compile

  1. Install cURL development library
  2. Install JSON-C development library
  3. Rewrite bound-curl-sample.c with your Request URL and API Access Key
  4. type "make"

How To Compile on Debian / Ubuntu

  1. % sudo apt-get install libcurl4-gnutls-dev
  2. % sudo apt-get install libjson0-dev
  3. editor bound-curl-sample.c
  4. make

How To Run

First argument is telephone no. Second argument is cast

% ./boundio-curl-sample 03-XXXX-XXXX 'file(000001)%%file(000002)'

About

Sample program to use http://boundio.jp/ with cURL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages