nuget-client
TypeScript icon, indicating that this package has built-in type declarations

0.1.6 • Public • Published

nuget-client

A NodeJS client the NuGet feed API.

import { NuGetClient, createClient } from 'nuget-client';
 
const client = createClient('https://api.nuget.org/v3/index.json');
const suggestedPackageIds = await client.suggestPackageId('Newtonsoft');
const availablePackageVersions = await client.getAvailablePackageVersions('Newtonsoft.Json');

Known issues

The NuGet API is slow; caching results is probably a good bet.

Readme

Keywords

Package Sidebar

Install

npm i nuget-client

Weekly Downloads

4

Version

0.1.6

License

MIT

Unpacked Size

567 kB

Total Files

68

Last publish

Collaborators

  • tintoy