From 5d88ae1e3265c9ab7fdd8b77c77785c5f4fbbe46 Mon Sep 17 00:00:00 2001 From: deepshekhardas Date: Wed, 9 Sep 2026 11:36:19 +0530 Subject: [PATCH] feat: add NuGet API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c563d47..3d4a3612 100644 --- a/README.md +++ b/README.md @@ -644,6 +644,7 @@ API | Description | Auth | HTTPS | CORS | | [Netlify](https://docs.netlify.com/api/get-started/) | Netlify is a hosting service for the programmable web | `OAuth` | Yes | Unknown | | [NetworkCalc](https://networkcalc.com/api/docs) | Network calculators, including subnets, DNS, binary, and security tools | No | Yes | Yes | | [npm Registry](https://github.com/npm/registry/blob/master/docs/REGISTRY-API.md) | Query information about your favorite Node.js libraries programatically | No | Yes | Unknown | +| [NuGet](https://learn.microsoft.com/en-us/nuget/api/overview) | .NET package versions, metadata and search | No | Yes | Yes | | [OneSignal](https://documentation.onesignal.com/docs/onesignal-api) | Self-serve customer engagement solution for Push Notifications, Email, SMS & In-App | `apiKey` | Yes | Unknown | | [Open Page Rank](https://www.domcop.com/openpagerank/) | API for calculating and comparing metrics of different websites using Page Rank algorithm | `apiKey` | Yes | Unknown | | [OpenAPIHub](https://hub.openapihub.com/) | The All-in-one API Platform | `X-Mashape-Key` | Yes | Unknown |