Vendor Service
class VendorService
Functions
Link copied to clipboard
suspend fun list(vendors: List<String>? = null, statuses: List<RuleStatus>? = null): Result<List<VendorResource>, Exception>
Get the list of vendors and their rules.