pub async fn get_inventory_drops(
configuration: &Configuration,
active: Option<bool>,
) -> Result<Vec<InventoryDrop>, Error<GetInventoryDropsError>>Expand description
Returns a list of InventoryDrop objects.
pub async fn get_inventory_drops(
configuration: &Configuration,
active: Option<bool>,
) -> Result<Vec<InventoryDrop>, Error<GetInventoryDropsError>>Returns a list of InventoryDrop objects.