mirror of
https://github.com/ysoftdevs/cpp-examples.git
synced 2026-01-15 00:03:36 +01:00
add rest-client example
This commit is contained in:
16
README.md
16
README.md
@@ -130,6 +130,22 @@ How to run:
|
||||
make
|
||||
./test
|
||||
|
||||
C++ REST
|
||||
--------
|
||||
|
||||
Example based on C++ REST SDK - Casablanca which has support for asyncrhonous calls.
|
||||
Documentation: http://msdn.microsoft.com/en-us/library/jj969455.aspx
|
||||
Project page: https://casablanca.codeplex.com/
|
||||
This example requires Visual Studio 2013 with NuGet.
|
||||
|
||||
How to run (PowerShell + VS 2013):
|
||||
|
||||
cd rest\\rest-client
|
||||
ii rest-client.sln
|
||||
right click the project and select: Manage NuGet Packages for solution
|
||||
restore C++ REST SDK
|
||||
CTRL+F5 to run the project
|
||||
|
||||
node
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user