Nest Changelog

1.43.4 PRE

10/3/2023

1.43.5 PRE

10/4/2023

GET /feedfm/stations/type

Get station types available to requested countries

Response Body
{
  data: {
-   types?: List<List<undefined>>,

}, }

GET /feedfm/stations/type

Get station types available to requested countries

Response Body
{
  data: {

+ types?: List<'firstplay' | 'replay' | 'normal'>, }, }
WORK IN PROGRESS