Hi All,
We have a requirement where in we have to display around 10 fields on our front end UI screen.
But these fields are got from 5 different existing back-end services.
To reduce the response time and complexity on the UI side we are thinking about creating an API which will call these 5 back-end services parallely (using java script policy )and does the mashup of the response and returns it to the front end.
Could you please let me know if it is recommended to call 5 back-end services from a single API and perform the response mashup in the API.
Is there any best practice around number of back-end service calls that we need to limit in a API mashup.
Thanks,
Bipin