Table of Contents

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

List<string>

Cdnjs

CDNJS API search URL template.

public const string Cdnjs = "https://api.cdnjs.com/libraries?search=%"

Field Value

string

Npmjs

NPMJS search URL template.

public const string Npmjs = "https://www.npmjs.com/search?q=%"

Field Value

string

Npmjsp

NPMJS package URL template.

public const string Npmjsp = "https://www.npmjs.com/package/%s"

Field Value

string