EditionProductsProvider
public protocol EditionProductsProvider
Interface for getting the products the issues belong to since the latest feed update,
see Editions.updateFeed
.
-
Method for getting all the available products.
EditionsProduct.tag
can be used to query all the issues belonging to it, seeEditionProvider.editions
The tag format is “organization/productTag” or “productTag” if the productTag matches the organization.
Declaration
Swift
func products(callback: @escaping ([EditionsProduct]) -> Void)