Tag: Swagger
Connect to an API from the PowerApps using the custom connector
Inkey, May 23, 201928940 Views
In many scenarios, we need to call the APIs or services that are not available as the inbuilt connectors of the PowerApps. In that case, you can create your own custom connector with the required triggers and actions. Creating a custom connector is a very smooth process. What you need is only the correct API […]
Read moreSwagger in Microsoft Dynamics 365 Web API
Inkey, March 12, 201812501 Views
The Swagger UI is one of the most popular tools for generating an interactive documentation from your OpenAPI document. It makes the process of viewing the results of the Web API much easier. There are situations, where, we need to make use of the Web API, for connecting the external website/resource with the dynamics CRM […]
Read more