Hi community,
I would need your help to make my FME code smarter and more dynamic.
I am retrieving data via API. The problem is that I can only retrieve 100 items per page. I have 6 pages so I duplicate 6 httpcaller to be able to recover all of my data.
Wouldn't there be a more dynamic way to retrieve this data without having to duplicate the httpcaller, maybe by looping but I don't know if it's possible on FME.
In the first call, I have the information about the number of pages.
Thanks for your help