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.tagcan be used to query all the issues belonging to it, seeEditionProvider.editionsThe tag format is “organization/productTag” or “productTag” if the productTag matches the organization.
Declaration
Swift
func products(callback: @escaping ([EditionsProduct]) -> Void)