Class UriWebServices.CdnProviders
- Namespace
- SunamoUriWebServices
- Assembly
- SunamoUriWebServices.dll
Provides CDN provider search URL templates.
public static class UriWebServices.CdnProviders
- Inheritance
-
UriWebServices.CdnProviders
- Inherited Members
Fields
All
All CDN provider search URL templates.
public static readonly List<string> All
Field Value
Cdnjs
CDNJS API search URL template.
public const string Cdnjs = "https://api.cdnjs.com/libraries?search=%"
Field Value
Npmjs
NPMJS search URL template.
public const string Npmjs = "https://www.npmjs.com/search?q=%"
Field Value
Npmjsp
NPMJS package URL template.
public const string Npmjsp = "https://www.npmjs.com/package/%s"