Introduction Postman is a powerful tool for testing APIs, enabling developers to streamline their testing workflows and improve productivity. In my recent implementation, where I have dealt with multiple OAUTH secured API URLs .OAUTH bearer token API is an endpoint provided by OAUTH 2.0-compliant authorization servers that allows clients to obtain access tokens required toContinue reading “Maximizing Efficiency with Global Variables in Postman API testing”
Tag Archives: Dataverse
Connect to Dynamics CRM from Azure Function using new Dataverse service client
In this blog We will implement Dataverse service client which was earlier in public preview and now available generally. Connecting to Dataverse is now easier with just few lines of code . For .NET Core applications there is finally an official SDK available providing the same feature set known from Xrm Tooling. This package isContinue reading “Connect to Dynamics CRM from Azure Function using new Dataverse service client”
