0.1.6 • Published 6 years ago

nuget-client v0.1.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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.

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago