Skip to content

Commit f8e27f8

Browse files
Add README.md
Signed-off-by: Alexander Karatarakis <[email protected]>
1 parent 9556e16 commit f8e27f8

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Moving to GitHub
2+
3+
## Welcome!
4+
5+
The C++ REST SDK 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 C++ developers connect to and interact with services.
6+
7+
## Getting Started
8+
9+
Are you new to the C++ Rest SDK? To get going we recommend you start by taking a look at our [tutorial](https://casablanca.codeplex.com/wikipage?title=Http%20Client%20Tutorial) to use the http_client. It walks through how to setup a project to use the C++ Rest SDK and make a basic Http request. Other important information, like how to build the C++ Rest SDK from source, can be located on the [documentation](https://casablanca.codeplex.com/documentation) page.
10+
11+
## What's in the SDK:
12+
13+
* Features - HTTP client/server, JSON, URI, asynchronous streams, WebSockets client, oAuth
14+
* PPL Tasks - A powerful model for composing asynchronous operations based on C++ 11 features
15+
* Platforms - Windows desktop, Windows Store, Windows Phone, Ubuntu, OS X, iOS, and Android
16+
* Support for Visual Studio 2012, 2013, and 2015 with debugger visualizers
17+
* NuGet package with binaries for Windows and Android platforms
18+
19+
## Contribute Back!
20+
21+
Is there a feature missing that you'd like to see, or found a bug that you have a fix for? Or do you have an idea or just interest in helping out in building the library? Let us know and we'd love to work with you. For a good starting point on where we are headed and feature ideas, take a look at our [requested features and bugs](https://casablanca.codeplex.com/workitem/list/advanced).
22+
23+
Big or small we'd like to take your [contributions](https://casablanca.codeplex.com/wikipage?title=Make%20a%20contribution&referringTitle=Documentation) back to help improve the C++ Rest SDK for everyone. If interested contact us askcasablanca at Microsoft dot com.
24+
25+
## Having Trouble?
26+
27+
We'd love to get your review score, whether good or bad, but even more than that, we want to fix your problem. If you submit your issue as a Review, we won't be able to respond to your problem and ask any follow-up questions that may be necessary. The most efficient way to do that is to open a [discussion](https://casablanca.codeplex.com/discussions) or track it under [issues](https://casablanca.codeplex.com/workitem/list/basic?field=Votes&direction=Descending&issuesToDisplay=Open&keywords=&emailSubscribedItemsOnly=false&size=50).
28+
29+
### Quick Links
30+
31+
* [Documentation](https://casablanca.codeplex.com/documentation)
32+
* [FAQ](https://casablanca.codeplex.com/wikipage?title=FAQ)
33+
* [User Q/A forum](https://casablanca.codeplex.com/discussions)
34+
* [Vote for or request a feature](https://casablanca.codeplex.com/workitem/list/basic?field=Votes&direction=Descending&issuesToDisplay=Open&keywords=&emailSubscribedItemsOnly=false&size=50)
35+
* [Report a bug](https://casablanca.codeplex.com/WorkItem/Create)
36+
* Directly contact us askcasablanca at Microsoft dot com

0 commit comments

Comments
 (0)