heliumdatacommons/cpprestsdk

Name: cpprestsdk

Owner: heliumdatacommons

Description: 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.

Forked from: Microsoft/cpprestsdk

Created: 2018-02-07 17:39:08.0

Updated: 2018-02-07 17:39:13.0

Pushed: 2018-02-09 15:55:12.0

Homepage:

Size: 9553

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Welcome!

This is a helium data commons fork of the Microsoft cpprest library. The only current change is that we have added a branch called 2.9.1-helium. This branch contains a CMakeLists.txt file with a stanza that allows you to build this library using the iRODS cmake, boost and clang environment. Once you've done that, you can build a version of the Microsft libazure that you can use to build an irods compatabile azure resource plugin. An example invocation of cmake would be

/opt/irods-externals/cmake3.5.2-0/bin/cmake .. -DCMAKE_COMPILE_FOR_IRODS:BOOL=on -DBOOST_ROOT:STRING=/opt/irods-externals/boost1.60.0-0/

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.

Getting Started

Vcpkg package
Homebrew package
Ubuntu 18.04 package
Fedora Rawhide package
openSUSE Tumbleweed package
Debian Testing package

With vcpkg on Windows

vcpkg install cpprestsdk cpprestsdk:x64-windows

With apt-get on Debian/Ubuntu

do apt-get install libcpprest-dev

With brew on OSX

ew install cpprestsdk

With NuGet on Windows for Android

Install-Package cpprestsdk.android

For other platforms, install options, how to build from source, and more, take a look at our Documentation.

Once you have the library, look at our tutorial 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.

To use from CMake:

e_minimum_required(VERSION 3.7)
ect(main)

_package(cpprestsdk REQUIRED)

executable(main main.cpp)
et_link_libraries(main PRIVATE cpprestsdk::cpprest)
What's in the SDK:
Contribute Back!

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.

Big or small we'd like to take your contributions back to help improve the C++ Rest SDK for everyone. If interested contact us askcasablanca at Microsoft dot com.

Having Trouble?

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 an issue in our issue tracker.

Quick Links

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.