Skip to content

unpluggedk/orc-for-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Office REST Client for iOS

Build Status Cocoapods Version

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>

Contributing

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.

License

Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. Licensed under the MIT License.

About

Office REST Client for iOS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.1%
  • Ruby 1.6%
  • Shell 0.3%