products

abstract fun products(callback: (List<EditionsProduct>) -> Unit)

Method for getting all the available products. EditionsProduct.tag can be used to query all the issues belonging to it, see EditionProvider.editions

The tag format is "organization/productTag" or "productTag" if the productTag matches the organization.