Giter Site home page Giter Site logo

bowdenk7 / unified-api-getting-started-labs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from officedev/unified-api-getting-started-labs

0.0 1.0 0.0 42.55 MB

C# 10.98% CSS 0.34% ASP 0.04% HTML 4.81% JavaScript 33.16% Groff 1.40% PowerShell 43.20% Java 2.63% PHP 3.45%

unified-api-getting-started-labs's Introduction

Getting Started with the Office 365 Unified API

This GitHub repository contains hands-on labs for getting started with the Office 365 Unified API. All the labs deliver the exact same solution, but use different platforms/languages to get there. The purpose of the labs is to illustrate the strengths of the Office 365 Unified API, which improves upon past O365 APIs in a number of ways:

  • Improved end-point discoverability: legacy API end-points leveraged tenant or user-specific URIs, which added additional complexity in discovering API end-points. The Unified API uses a common unified URI (https://graph.microsoft.com) across ALL services, tenants, and users. Simple paths such as "me" and "myorganization" makes it easy to traverse user-specific data.
  • Simplified token management: with legacy end-points residing under their own API domain, calling them required resource/service specific tokens. Although this could be silent for end-users, it required extra development and unnecessary round-trips with Azure Active Directory. A token for the Unified API is good for any services the Unified API front-ends (Exchange, SharePoint, Azure AD, OneNote, etc).
  • Easier service traversal: legacy API end-points were siloed and did not provide relationships across services. The Unified API is aware of relationships between services and allows for easy traversal between services. For example I can easily go from querying a file to pulling up the profile for the last user that modified it.

The lab project allows users to navigate through an organization structure and view shared files by user. It is helpful to have users in your directory with reporting structure. Reporting structure is driven by a manager field on the user object. If you are using this application in a development environment, it is recommended that you provision some users and create a reporting structure (tip: you can provision users in Azure AD without assigning them Office 365 licenses).

Prerequisites

Office 365 applications are secured by Azure Active Directory, which comes as part of an Office 365 subscription. If you do not have an Office 365 Subscription or associated it with Azure AD, then you should follow the steps to Set up your Office 365 development environment from MSDN.

Lab Platforms/Languages

Please select the platform/language of your choice for the lab:

Don't see your platform/language? Please let use know!

unified-api-getting-started-labs's People

Contributors

richdizz avatar ivarne avatar

Watchers

James Cloos avatar

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.