Using /v2/find?name=foo to get store information for a particular snap.
Inside GNOME Software we often need to get store metadata for installed snaps. To do this we call /v2/find?name=foo for each snap. This means multiple round-trips to the store.
It would be nice to be able to use find with multiple names, e.g. /v2/find?name=foo,bar,baz and have that return three results. Any reason not to do this? Does the store have an appropriate API?
At the Ubuntu Rally we discussed that it was likely in the future that /v2/snaps would return information from both the local snap YAML and store information (e.g. screenshots). snapd would then be responsible in caching store information to make this possible. If that change occurs this makes this feature less useful.