Tag - cpp
Generates your C++ bindings easily with SWIG
Thursday, July 2 2009
Today, I have to develop a client library. This client library aims to allow users to use my storage webservice app more easily. Mainly to avoid them to read my HTTP Rest API documentation. I want to...