jEveAssets 7.8.1 (2023-10-18)

This [Resolved] 20220517 - Services issues is why.

PS> Get-EveEsiStatus|where {$_.status -match 'red|yellow'}|ft
PS> (Get-EveEsiStatus).count
199

Still some services missing, the count was 205 before.

The status route is a joke. It removes endpoints from tracking status when they go down.

It says resolved but there is still some endpoints and routes missing.

Asset endpoints are missing

PS> Get-EveEsiStatus|where {$_.tags -contains 'assets'}|ft   
PS> (Get-EveEsiStatus|where {$_.tags -contains 'assets'}).Count
0