Open
Description
The current response_type! macro is built in such a way that it only JSON that has an object at its top level can be parsed. However, new endpoints were made that return a top level Array instead: https://listenbrainz.readthedocs.io/en/latest/users/api/popularity.html
While I'm able to implement the endpoints, I have no experience in macros. Would be nice to have it fixed so I can implement them.
Activity