An API client for Soma FM. Provides methods to retrive data about channels and recently played songs.
Retrieves data from https://api.somafm.com/channels.json
.
Retrieves data from https://api.somafm.com/songs/[channelId].json
.
The data retrieved from https://api.somafm.com/songs/[channelId].json
includes an albumart
property, but it is always set as empty. As a result, RecentlyPlayedSong
does not include such a property.
This package provides a single extension method for RecentlyPlayedSong
, which generates a formatted string representation of an instance.