npm_proxy

get specific file from npm package in private registry

get/w/{workspace}/npm_proxy/file/{package}/{version}/{filepath}

Path parameters

workspacestring required
packagestring required

npm package name

versionstring required

package version

filepathstring required

file path within package

Response

file content

Changes