MuleSoft API Policies – Study Notes
There are three main types of API policies: included, automated & custom. Policies can be applied at API level or at resource-level (for specific endpoints).… Read More »MuleSoft API Policies – Study Notes
There are three main types of API policies: included, automated & custom. Policies can be applied at API level or at resource-level (for specific endpoints).… Read More »MuleSoft API Policies – Study Notes
MuleSoft follows Semantic Versioning model. Example of version: 1.0.0 (Major. Minor. Patch) Major – Breaking changes, backwards compatible New Mandatory Input Removing Renaming Minor –… Read More »MuleSoft API Versioning – Study Notes
What is APIKit? The APIKit router allows you to create (mainly) Mule Rest APIs. It also helps to route the requests to the proper flow… Read More »APIKit Router – Study Notes
What is Scatter-Gather Router? The scatter-gather is a router event processor. It can process a mule event through different routes in parallel. Each route will… Read More »Scatter-Gather in Mule 4 – Study Notes
DataWeave – Easy transformations The DataWeave makes it easy to transform the payload into different types. But there are also some catches which you need… Read More »JSON to XML in DataWeave (DW 2.0) – Study Notes