The SubMusic app connects to subsonic music servers to sync music to the watch. One of the requests that need to be sent to the server is to get the list of songs inside a playlist. Unfortunately this api doesn't allow pagination.
This very quickly runs into the error 402 as the response is too large.
Is there a way to work on a response in a streaming way? Character/byte stream would be enough, it's clear that there wouldn't be an automatic conversion of the json to the data structure.