I'm reading up on WidgetBundle and having multiple WIdget's - in my case I want to offer the user two different widgets based on gender. So the user can choose to see the Mens one and also the Womens one.
For each widget the timeline would need to call a different API - what's the best way to do this? I can't see any examples of having a WidgetBundle and modifying the timelines to be SLIGHTLY different for each (it's literally a parameter in the api URL).