Updated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneWindows XPLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneWindows XPLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneWindows XPLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Versioning
Versioning and File Names The C++ REST SDK uses the following naming convention for DLL, LIB and PDB...
View ArticleUpdated Wiki: Build and Setup on Windows
How to setup, build, and run tests on Windows 1. Install git for Windows. Open Git Bash and create directory where you want to keep the source tree: mkdir Cpp-REST-SDK cd Cpp-REST-SDK 2. To clone this...
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look a look at how to use our http_client to connect...
View ArticleUpdated Wiki: Home
Welcome! The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows StoreWindows PhoneWindows XPLinux(Ubuntu)Mac OS XiOS Programming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows StoreWindows PhoneWindows XPLinux(Ubuntu)Mac OS XiOS Programming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows StoreWindows PhoneWindows XPLinux(Ubuntu)Mac OS XiOS Programming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows StoreWindows PhoneWindows XPLinux(Ubuntu)Mac OS XiOS Programming with...
View ArticleUpdated Wiki: Documentation
Feature OverviewHere is a matrix of the features in Casablanca and the support Windows DesktopWindows StoreWindows PhoneWindows XPLinux(Ubuntu)Mac OS XiOS Programming with TasksJSONAsynchronous...
View ArticleUpdated Wiki: Documentation
Feature OverviewHere is a matrix of the features in Casablanca and the support Windows DesktopWindows StoreWindows PhoneWindows XPLinux(Ubuntu)Mac OS XiOS Programming with TasksJSONAsynchronous...
View ArticleUpdated Wiki: Documentation
Feature OverviewHere is a matrix of the features in Casablanca and the platforms we support. Click on each feature to get more detailed information. Windows DesktopWindows StoreWindows PhoneWindows...
View ArticleNew Post: HTTPS on Linux
Did you find a resolution? I have a program that hits many different URLS I manage (mixed http and https) and they all are working. I added a new website I manage that is https, and I am getting the...
View ArticleUpdated Wiki: Make a contribution
Contribution Guidelines If you would like to become involved in the development of this SDK there are many different ways in which you can contribute. We strongly value user feedback and will...
View ArticleUpdated Wiki: Versioning
Versioning and File Names The C++ REST SDK uses the following naming convention for DLL, LIB and PDB...
View ArticleUpdated Wiki: Build and Setup on Windows
How to setup, build, and run tests on WindowsSetup Git 1. Install git for Windows. Open Git Bash and create directory where you want to keep the source tree: mkdir Cpp-REST-SDK cd Cpp-REST-SDK 2. To...
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look a look at how to use our http_client to connect...
View ArticleUpdated Wiki: Programming with Tasks
Programming with Tasks All long running or potentially blocking APIs in Casablanca are asynchronous, for example any API which makes a call going across a network. PPL tasks are used to represent the...
View Article