C++ Twilio REST and TwiML Helper Library

The C++ Twilio help library simplifies the process of making requests to the Twilio REST API, generating TwiML and validating HTTP request signatures using C++. Checkout the library: git clone https://laurentluce@github.com/laurentluce/twilio-cplusplus.git Source files: Rest.cpp: Twilio REST helper TwiML.cpp: TwiML generation helper Utils.cpp: Utils to validate a HTTP request signature: X-Twilio-Signature Examples.cpp: Examples of usage UnitTests.h:... » read more