yelpcurl

A pure C++ Yelp API library based on cURL
Download

yelpcurl Ranking & Summary

Advertisement

  • Rating:
  • Publisher Name:
  • swatkat
  • Operating Systems:
  • Windows All
  • File Size:
  • 124 KB

yelpcurl Tags


yelpcurl Description

yelpcurl is an open-source pure C++ library for Yelp.com APIs. yelpcurl uses cURL library for handling HTTP requests and responses. Building applications using yelpcurl is quite easy: · Compile yelpcurl source files (yelpcurl.h and yelpcurl.cpp) and link with cURL library (libcurl.lib) to build static library yelpcurl.lib. · Include yelpcurl.h and cURL headers (present in /include/curl/ directory in cURL source) in your Yelp based application and link to yelpcurl.lib and also libcurl.lib/libcurl.dll. · Instantiate an object of yelpCurl class and use the Yelp API wrappers that are exposed as public methods. yelpcurl works on all OS (Windows, Linux, Mac etc.) as it is written completely in C++ and the only dependency is cURL (which works on all OSes mentioned earlier). Give yelpcurl a try to see what it's all about!


yelpcurl Related Software