segler-alex / radiobrowser-api-rust

radio-browser API implementation in rust
GNU Affero General Public License v3.0
230 stars 96 forks source link

Feature Request: specify station fields for retrieval #150

Closed NerfBro closed 11 months ago

NerfBro commented 2 years ago

Hi, I was noticing that station struct/data contains a lot of fields, in most cases not that relevant. I propose being able to specify which fields are retrieved. This will greatly reduce amount of data pulled off the server and speed up the process when many stations are returned. It could just be a simple comma separated list of desired field names. Thanks.