Skip to content

Small extension to rc_api::get_resource_pool

Andrzej Lisak requested to merge abw_rc_api_extension into develop

Adds fill_level indicating how much of a pool is still available (in basis points).

It was possible to get that information with two API calls and manual calculation, but now it is more convenient and fill_level provides more info for average user than raw value of the pool content.

Merge request reports