Class SeclaiApiVersion
Dated API versions known to this release, for use with ApiVersion.
Inherited Members
Namespace: Seclai
Assembly: Seclai.dll
Syntax
public static class SeclaiApiVersion
Remarks
The set is open: the API adds versions without an SDK release, and
ApiVersion is a plain string so you can
pass a date newer than this release knows about. Treat these as convenience
constants, not an exhaustive list — GetApiVersionAsync(CancellationToken)
reports what the server actually supports.
Fields
Default
Baseline applied to an unpinned, header-less caller.
Declaration
public const string Default = "2026-07-01"
Field Value
| Type | Description |
|---|---|
| string |
Known
Every version this release was built against, oldest first.
Declaration
public static readonly string[] Known
Field Value
| Type | Description |
|---|---|
| string[] |
Latest
Newest version known to this SDK release. May lag the server.
Declaration
public const string Latest = "2026-07-27"
Field Value
| Type | Description |
|---|---|
| string |
V2026_07_01
The 2026-07-01 API version.
Declaration
public const string V2026_07_01 = "2026-07-01"
Field Value
| Type | Description |
|---|---|
| string |
V2026_07_27
The 2026-07-27 API version.
Declaration
public const string V2026_07_27 = "2026-07-27"
Field Value
| Type | Description |
|---|---|
| string |