When connecting to APIs, how do you test how your app will react to failures? Are you even testing it beyond wrapping the code in try..catch?
If it's something you struggle with, check out the #MicrosoftGraph Developer Proxy: a local proxy that you can test to simulate errors in APIs that you use in your app.
Check out the latest version: https://devblogs.microsoft.com/microsoft365dev/microsoft-graph-developer-proxy-v0-4-with-improved-output-more-guidance-and-plugins/






