Microsoft Graph
Create an Entra app with API permissions, admin consent and a secret using CLI for Microsoft 365
When building apps for Microsoft 365, the first step is to create an Entra app registration. Here's how to do it using CLI for Microsoft 365.
Easily handle long-running operations using middleware in the Microsoft Graph JavaScript SDK
If you use the Microsoft Graph JavaScript SDK, and need to handle long-running operations, build it as a middleware. Here's how.
Mock nth request with Microsoft 365 Developer Proxy
Use Microsoft 365 Developer Proxy to mock n-th request, and more easily simulate scenarios that consist of several API requests.
Easily debug Microsoft Graph JavaScript SDK requests
Using the Microsoft Graph JavaScript SDK is a convenient way to connect your app to Microsoft 365. Here's how you can easily debug API requests issued from the SDK.
The easiest way to test how your app handles API errors
Building robust apps that use APIs doesn't have to be hard. There are tools that you can use to see for yourself how your app will behave when calling APIs that it uses fails.