Skip to content

C/C++ Client SDK for writing REST clients using libcurl

License

Notifications You must be signed in to change notification settings

lathakris/rest-client-c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This API is required by the atmo-client -c which allows C developers to easily connect to an Atmos based Storage cloud, performing the REST requests and responses.


Requirements

  • libcurl 7.20 or greater

Ubuntu:

    sudo apt-get install libcurl.x86_64 libcurl4-openssl-dev 

CentOS/RHEL:

    sudo yum install libcurl-devel.x86_64 libcurl.x86_64 

Building

This package uses autotools, so the standard GNU build procedure can be used:

./configure
make
sudo make install

This installation places the librest libraries in the /usr/local/lib directory where atmos-client-c will check for this dependency.

About

C/C++ Client SDK for writing REST clients using libcurl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.2%
  • M4 12.0%
  • Objective-C 4.9%
  • Other 0.9%