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