1

I am trying to build an Angular 8 application which for showing the Nuget package details from a custom store. Is it possible fetch package details from NPM custom store using REST API.?

Similar to: https://learn.microsoft.com/en-us/nuget/guides/api/query-for-all-published-packages

Thanks for the help.

Beta
  • 39
  • 7

1 Answers1

0

https://www.npmjs.com/package/npm-api This is probably what you are looking for.

Konrad
  • 21,590
  • 4
  • 28
  • 64
  • am looking for something similar to this. https://learn.microsoft.com/en-us/nuget/guides/api/query-for-all-published-packages – Beta Sep 05 '20 at 18:26