Giter Club home page Giter Club logo

orc-for-ios's Introduction

Office REST Client for iOS

Important: This preview SDK has been deprecated and is no longer being maintained. We recommend that you use Microsoft Graph and the associated Microsoft Graph SDKs instead.

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'

Contributing

You will need to sign a Contributor License Agreement before submitting your pull request. To complete the Contributor License Agreement (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 project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

License

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache 2 License.

orc-for-ios's People

Contributors

anihojnadel avatar davidchesnut avatar greathansen avatar joshgav avatar zlash avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

orc-for-ios's Issues

Failure to update ADALiOS to 1.2.9 version due to orc incompatibility with this version

My native iOS app connects to office 365 through ADALiOS through Cocoapods. Currently it is using ADALiOS 1.2.4 and Office365 0.11.0. With the new iOS 10 update, the log in to office 365 is not working. AS per ADAL site, it is require to update the library to 1.2.9 version.

Below is the pod file which i am using to update:

``pod 'Office365', '>0.11.0'
pod 'ADALiOS', '
>1.2.9'

target 'Compen10' do

end`

With this, the 'pod update' command throwing the error mentioned below:

[!] Unable to satisfy the following requirements:

ADALiOS (~> 1.2.9) required by Podfile

ADALiOS (~> 1.2.9) required by Podfile

ADALiOS (= 1.2.4) required by orc (0.2.0)

Office Outlook Problem based on the orc dependency

This dependency is failing to compile
screen shot 2016-10-12 at 12 05 14 pm

This is a problem on your end 100% can you please fix it

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'OFFICE' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for OFFICE

  pod 'MSOutlook-SDK-iOS'
  target 'OFFICETests' do
    inherit! :search_paths
    # Pods for testing
  end

  target 'OFFICEUITests' do
    inherit! :search_paths
    # Pods for testing
  end

end

Add support for server-driven paging

Instead of returning all elements of a collection, server can return partial list and finish with special @odata.nextLink property with opaque URL for retrieving next page. Provide elegant interface in collection fetcher to handle this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.