<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>graph-rest-apis on The Cloud Hub</title>
    <link>https://thecloudhub.com/tag/graph-rest-apis/</link>
    <description>Recent content in graph-rest-apis on The Cloud Hub</description>
    <generator>Hugo -- 0.118.2</generator>
    <language>en-au</language>
    <lastBuildDate>Mon, 02 Mar 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://thecloudhub.com/tag/graph-rest-apis/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>What is the Microsoft Graph?</title>
      <link>https://thecloudhub.com/2020/03/02/what-is-the-microsoft-graph/</link>
      <pubDate>Mon, 02 Mar 2020 00:00:00 +0000</pubDate>
      <guid>https://thecloudhub.com/2020/03/02/what-is-the-microsoft-graph/</guid>
      <description>Ever heard someone mention the Microsoft Graph and not known what it is? In this article, we&amp;rsquo;ll dive deeper into what the graph is and what it can provide you access to.
What is the Microsoft Graph? In a nutshell, the Microsoft Graph is designed to be a one-stop shop (ie a single endpoint) for interacting with the Microsoft suite of products. For now it’s limited to only a subset of Microsoft’s product range, but Microsoft has grand ambitions for continuing to grow this over time.</description>
      <content:encoded><![CDATA[<p>Ever heard someone mention the Microsoft Graph and not known what it is? In this article, we&rsquo;ll dive deeper into what the graph is and what it can provide you access to.</p>
<h3 id="what-is-the-microsoft-graph">What is the Microsoft Graph?</h3>
<p>In a nutshell, <a href="https://docs.microsoft.com/en-us/graph/">the Microsoft Graph</a> is designed to be a one-stop shop (ie a single endpoint) for interacting with the Microsoft suite of products. For now it’s limited to only a subset of Microsoft’s product range, but Microsoft has grand ambitions for continuing to grow this over time.</p>
<p>Delve, Excel, Microsoft Bookings, Microsoft Teams, OneDrive, OneNote, Outlook/Exchange, Planner, and SharePoint as well as many enterprise and mobility services are currently supported.</p>
<p>The key difference between the Microsoft Graph and Microsoft’s previous service-specific APIs is that the Graph is designed around user scenarios and is independent of the service that customers may interact with.</p>
<p>For example, where previously you may have directly called an<code>Outlook</code> API to access a user’s calendar, using the Graph you simply interact with <code>Calendar</code> data directly without caring about the service.</p>
<p>One side-effect of the Graph is that instead of each Microsoft product having its own platform-specific SDK, you can use one SDK to access them all. You can <a href="https://docs.microsoft.com/en-us/graph/sdks/sdks-overview">find a full list of the SDKs here</a>, but platforms include iOS, Android, .NET, PHP, Ruby and Python.</p>
<h2 id="does-the-api-use-graphql">Does the API use GraphQL?</h2>
<p>No - while the “Microsoft Graph” name may confuse some, the API itself is a normal REST API and doesn’t use GraphQL at this point in time.</p>
<h2 id="can-anyone-use-the-api-or-do-you-need-to-be-a-partner">Can anyone use the API or do you need to be a partner?</h2>
<p>Anyone can sign up to use the Graph API for free.Many of the customer scenarios around email, contacts and calendars are available for use in production apps today.</p>
<p>Keep in mind that some APIs are still in beta (such as The ones backed by Microsoft Booking) and as such shouldn’t be used in production apps yet.</p>
]]></content:encoded>
    </item>
  </channel>
</rss>
