mirror of
https://github.com/ChatGPTNextWeb/NextChat-Awesome-Plugins.git
synced 2026-06-06 05:48:59 +08:00
30 lines
367 B
Markdown
30 lines
367 B
Markdown
# NPM Registry Search API
|
|
|
|
> Search for packages in the NPM registry.
|
|
|
|
## Schema
|
|
[openapi.json](./openapi.json)
|
|
|
|
## Servers
|
|
|
|
`https://registry.npmjs.org`
|
|
|
|
## Operations
|
|
|
|
1. searchPackages
|
|
> Search for packages in the NPM registry
|
|
2. getPackageDetails
|
|
> Get details of a specific package
|
|
|
|
## Authentication
|
|
|
|
```
|
|
type: none
|
|
```
|
|
|
|
## Preview
|
|
|
|

|
|
|
|
|