Skip to content

add ScoreBreakdown to ExtendedHostDBEntry

Ava Howell requested to merge score-breakdown-api into master

this PR adds a ScoreBreakdown field to the API's ExtendedHostDBEntry struct, removing the need to make multiple API requests to get a host's Score (/hostdb/active to get the list of active hosts, then /hostdb/host/[xxx] to get the host's scorebreakdown).

Merge request reports