Dynamic api
Introduction
Dynamic api gives an alternative way to handle the data. As opposed to the older model based handling. For benefits this functionality relies on the api’s business logic entirely and does not need adjustments to models once the api’s change.
It also allows to create as many request as you want against the same api and implements various data manipulation helper functions.