Result Service
class ResultService
Functions
Link copied to clipboard
Create multiple new results for a screen.
suspend fun create(screenId: String, vendor: String, rule: String, type: SeverityType, description: String, source: Source, hash: String?, snapshots: List<String>?, screenshots: List<Bitmap>?): Result<ResultResource, Exception>
Create a new result for a screen.
Link copied to clipboard
Delete a result
Link copied to clipboard
View details of a specific result