We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExtensionVersion
The entity model is a little too much normalized and with that inefficient to request. I suggest we
dependencies
bundledExtensions
<namespace>/<name>
engines
categories
tags
The text was updated successfully, but these errors were encountered:
comma-separated extension identifier (<namespace>/<name>)
These are written as <namespace>.<name> in package.json, so let's keep that format.
<namespace>.<name>
CC @danieldietrich
Sorry, something went wrong.
Fixing the download count (issue #283), a priority, is dependent on this issue.
@danieldietrich solved this in issue #264. This issue can be closed.
No branches or pull requests
The entity model is a little too much normalized and with that inefficient to request.
I suggest we
dependenciesandbundledExtensionsas text using comman-separated extension identifier (<namespace>/<name>).engines,categories,tagsas text using comma-separated values.The text was updated successfully, but these errors were encountered: