Initializing feeder with value from api call

I have a custom feeder that needs to be initialized with a value that can be obtained by calling a REST API

From the looks of it I would be able to implement my own FeederBuilder in which i make rest call using plain java but it would be nice to be able to use the gatling abstractions for this.

Is there an obvious way to do this ?