getEnabledDapps

Fetches the list of enabled decentralized applications (DApps) from the API.

Return

A list of Dapp objects representing enabled DApps.

Throws

on a backend HTTP 400 response. Wrap the call in try/catch — the throw escapes uncaught. Replaces the previous JsonSyntaxException from Gson trying to decode an error JSON as a list.

If the API request fails or response parsing encounters an issue.