You can test Microsoft Graph, Outlook REST API, Office 365 Management Activity API and Azure Resource Manager API easily.
Перейти к файлу
Ryutaro Koma a38f9e73fb v0.7.4.0 2016-09-22 14:20:55 +09:00
Office365APIEditor v0.7.4.0 2016-09-22 14:20:55 +09:00
tutorials v0.7.4.0 2016-09-22 14:20:55 +09:00
.gitignore v0.5.0.0 Implemented Token Viewer. 2016-04-28 19:18:24 +09:00
CONTRIBUTING.md v0.2 2016-04-19 12:53:14 +09:00
LICENSE.txt v0.2 2016-04-19 12:53:14 +09:00
Office365APIEditor.sln V0.6.0.0 Add V2 endpoint support. 2016-05-03 17:24:17 +09:00
README.md v0.7.4.0 2016-09-22 14:20:55 +09:00

README.md

Office365APIEditor

You can test Office 365 API and Microsoft Graph easily.

Download options

Download Office365APIEditor from releases page.

Features

You can test Office 365 API and Microsoft Graph. We support following endpoints.

  • outlook.office.com and outlook.office365.com (Office 365 API - Exchange Online)
  • graph.microsoft.com (Microsoft Graph)

You can use OAuth or Basic authentication as authentication mechanisms. (Only outlook.office365.com endpoint supports Basic authentication)

You can display items in your mailbox which are hosted by Exchange Online or Outlook.com.

Prerequisites

You need the following to work with Office365APIEditor:

  • A subscription to Office 365 and an user account, or a Microsoft Account.
  • Version of the .NET Framework. Minimal requirement is .NET Framework 4.5.

And you need the following to use OAuth with V1 endpoint. You can also use the App Only Token.

  • A subscriotion to Microsoft Azure which manages Azure Active Directory of your Office 365 tennant.
  • An application which was registered in Azure Active Directory ('Web Application' or 'Native Application').

You need the following to use OAuth with V2 endpoint.

If you have not registered your application, follow the tutorial.

Feedback

If you have any feedback, please post on the Issues list.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.