Interface IApiInfo
Contains information about the REST API.
Namespace: StylelabsStylelabs.MSdkWebClientModels
Assembly: Stylelabs.M.Sdk.WebClient.dll
Syntax
RequestResponse
public interface IApiInfo
Properties
FileVersion
Gets the file version of the Sitecore Content Hub API.
Declaration
RequestResponse
FileVersion FileVersion { get; }
Property Value
Type | Description |
---|---|
FileVersion |
MinimumSdkVersion
Gets the minimum supported SDK version.
Declaration
RequestResponse
FileVersion MinimumSdkVersion { get; }
Property Value
Type | Description |
---|---|
FileVersion |
Routes
Gets a dictionary containing the API routes. Contents: route name -> route link.
Declaration
RequestResponse
ApiRoutesDictionary Routes { get; }
Property Value
Type | Description |
---|---|
ApiRoutesDictionary |