Coder Social home page Coder Social logo

Comments (1)

kevklam avatar kevklam commented on August 16, 2024

Microsoft Graph is a unified API exposing functionality from across all of Microsoft's online services. The Graph SDK is a client library for the Graph API, meaning you can use it to manage calendar, contacts, email etc. in addition to managing OneDrive files.

The OneDrive SDK is a client library for the OneDrive API, which is specifically for managing OneDrive files.

In terms of OneDrive usage, there are some differences between the two APIs (and therefore the two SDK's). For the most part the Graph API simply proxies to the OneDrive API, and therefore the method signatures/calling pattern are very similar. However the Graph API generally lags behind the OneDrive API for some period of time, so the latest API updates may be available in the OneDrive SDK before Graph. Additionally, there are differences in how app registration and authentication works that I won't get into here (but you can compare the relevant documentation).

I will do as you suggest and add an explanation to the README!

from onedrive-sdk-ios.

Related Issues (20)

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.