Skip to content

Instantly share code, notes, and snippets.

@ghuntley
Last active February 11, 2022 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghuntley/30a9540e4d1ef88ace331bf43c376408 to your computer and use it in GitHub Desktop.
Save ghuntley/30a9540e4d1ef88ace331bf43c376408 to your computer and use it in GitHub Desktop.
POST https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery HTTP/1.1
content-type: application/json
accept: application/json;api-version=3.0-preview.1
accept-encoding: gzip
{
filters: [
{
criteria: [
{
filterType: 8,
value: "Microsoft.VisualStudio.Code"
},
{
filterType: 12,
value: "public"
}
],
pageNumber: 1,
pageSize: 9999999,
sortBy: 0,
sortOrder: 0
}
],
assetTypes: [],
flags: 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment