tags:

views:

25

answers:

1

Can anyone recommend a library or a wrapper for the RESTful interface of couchDB? No need to re-invent the wheel here, I assume. Or at least a help to create any RESTful client?

A: 

An easy way to send request to a RESTful interface in C++ is using a C++ warpper for libCurl Look here

Code Clown