yelpcurl

Pure C++ Yelp API library based on cURL
Download

yelpcurl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Publisher Name:
  • swatkat
  • Publisher web site:
  • http://swatrant.blogspot.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 317 KB

yelpcurl Tags


yelpcurl Description

Pure C++ Yelp API library based on cURL yelpcurl is an open source, free and pure C++ wrapper for Yelp's RESTful APIs. The yelpcurl library currently supports all the APIs provided by Yelp. yelpcurl uses cURL and is written in a similar way as that of twitcurl. 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 OSs (Windows, Linux, Mac etc.) as it is written completely in C++ and the only dependency is cURL (which works on all OSes mentioned earlier). Requirements: · cURL


yelpcurl Related Software