ORC provides a constrained REST client engine for use with client proxies generated by VIPR and VIPR-T4TemplateWriter.
To use ORC with a generated library, add the following line to your Podfile:
pod 'orc', '=0.10.0'
To import the entire library, use #include <orc/orc.h>
.
To import only specific headers, use one of the following:
#include <orc/api/_header-name_.h>
#include <orc/core/_header-name_.h>
#include <orc/impl/_header-name_.h>
You will need to sign a Contributor License Agreement before submitting your pull request. To complete the Contributor License AgreemenÂt (CLA), you will need to submit a request via the form and then electronically sign the Contributor License Agreement when you receive the email containing the link to the document. This needs to only be done once for any Microsoft Open Technologies OSS project.
Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the MIT License.