listIssues

fun listIssues(params: Map<String, String> = emptyMap()): List<BasicIssue>

Retrieves a list of Issues from the Metron API.

Return

A list of Issues as BasicIssue objects.

Parameters

params

A map of query parameters to filter the results.

Throws

If a generic error occurs during the API call.

If the provided credentials are invalid.

If the maximum number of retries is exceeded due to rate-limiting.