[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-17 UTC."],[[["This webpage details how to list npm packages using the API, including HTTP request specifics, and the requirement to select a location."],["The `parent` path parameter is required to specify the resource from which to list npm packages, and authorization is needed via the `artifactregistry.npmPackages.list` IAM permission."],["Query parameters `pageSize` and `pageToken` can be used to control the number of results returned and to paginate through them, with a maximum `pageSize` of 1,000."],["The request body must be empty, and a successful response will contain a JSON structure with an array of `npmPackages` and a `nextPageToken` for further pagination."],["To access the API, one of two OAuth scopes are required: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-platform.read-only`."]]],[]]