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
RDCoreDiagnosticCodeDescriptionBaseWebUrl
The base URL for the per-code diagnostics documentation pages — one page per VBC /
VBR / VBA / RDC code, pointed to by every emitted diagnostic's
codeDescription.
public const string RDCoreDiagnosticCodeDescriptionBaseWebUrl = "https://rubberduck-vba.github.io/RDCore/diagnostics"
Field Value
RDCoreDocsBaseWebUrl
The base URL for the published RD-VBAL documentation site (GitHub Pages).
public const string RDCoreDocsBaseWebUrl = "https://rubberduck-vba.github.io/RDCore"
Field Value
RDCoreWebApiBaseUrl
The base URL for the RDCore parent company web API.
public const string RDCoreWebApiBaseUrl = "https://rubberduckvba.ca/api"