Query & return multiple posts
There are situations where I need to query multiple posts. For example when trying to create a feed based on different metrics than supported (i.e: Top Viewed Peakd). This results in batching multiple requests via Promise.all()
. I think it would be better if an array of author/permlink could be set, which returns an array of posts, making only a single request.