Table of Contents

Class RDCoreUrl

Namespace
RDCore.SDK.Extensibility
Assembly
RDCore.SDK.dll

Defines a number of useful URL addresses and endpoints.

public static class RDCoreUrl
Inheritance
RDCoreUrl
Inherited Members

Remarks

🧩 const values are compiled in-place into any referencing libraries that use them; if you need different values, you need a different build of RDCore.SDK.

Fields

RDCoreBaseWebUrl

The base URL for the RDCore parent company website.

public const string RDCoreBaseWebUrl = "https://rubberduckvba.ca"

Field Value

string

RDCoreDiagnosticCodeDescriptionBaseWebUrl

The base URL for diagnostics documentation.

public const string RDCoreDiagnosticCodeDescriptionBaseWebUrl = "https://rubberduckvba.ca/rdcore/diagnostics"

Field Value

string

RDCoreWebApiBaseUrl

The base URL for the RDCore parent company web API.

public const string RDCoreWebApiBaseUrl = "https://rubberduckvba.ca/api"

Field Value

string