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.
Innovation Matters
Microsoft 365 Cloud Developer Advocate
ISSN 2210-9390
A collection of 66 posts
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.
How will your app react when throttled: will it fail gracefully or break with exception? Are you sure?
Many work apps need to let users schedule a meeting with others in their organization. Here's how to do it on Microsoft 365.
Many work apps need the ability to schedule a meeting with others in their organization. Here's how to do it for apps connected to Microsoft 365.
Recently, I showed you how you can build in under 10 minutes a simple personal assistant that shows users meetings they have left for the day. Here's an even easier way to do it using the Microsoft Graph Toolkit.