You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The search API response now includes an updated allVersions object which contains information regarding all versions of an extension and their corresponding engines fields. I noticed that part of this object we include the url which points to the api but I was wondering should we not instead/or in addition to include the download url? Is the idea that clients will need to perform an additional request to obtain the proper download url once they determine a compatible extension? Perhaps it'd be more useful to include the download url instead so this extra request is not necessary.
Description
The search API response now includes an updated
allVersions
object which contains information regarding all versions of an extension and their correspondingengines
fields. I noticed that part of this object we include theurl
which points to the api but I was wondering should we not instead/or in addition to include the download url? Is the idea that clients will need to perform an additional request to obtain the proper download url once they determine a compatible extension? Perhaps it'd be more useful to include the download url instead so this extra request is not necessary.For example: https://open-vsx.org/api/-/search?query=prettier
The text was updated successfully, but these errors were encountered: