Skip to content

A simple libraray for Restful services, implemented using C++, curl, jsonCPP, openssl

Notifications You must be signed in to change notification settings

Panchatcharam/libRest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the restAPI library which uses libcurl and openSSL for making sucure http connection to server. Presently we use http connection with security added in the header.

The following are the steps involved to build RestAPI lib using CMake

  1. Create a new directory called build at the source directory level (i.e. build include lib source README.md)
  2. cd to build/
  3. run below command to create build files i. To create eclipse project with DEBUG build run below, use Release for Release build #cmake -G"Eclipse CDT4 - Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug ../source/src/ ii. To create simple Makefile project run below #cmake -G"Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug ../source/src/
  4. Build by typing make or make install
  5. make install will create new directory 'install' at the soruce level which will contain all the dependencies.

About

A simple libraray for Restful services, implemented using C++, curl, jsonCPP, openssl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published