1. Stylelabs.M.Sdk.WebClient.Models

Interface IApiInfo

Contains information about the REST API.

Namespace: StylelabsStylelabs.MSdkWebClientModels

Assembly: Stylelabs.M.Sdk.WebClient.dll

Syntax

public interface IApiInfo

Properties

Gets the file version of the Sitecore Content Hub API.

Declaration

FileVersion FileVersion { get; }

Property Value

TypeDescription
FileVersion

MinimumSdkVersion

Gets the minimum supported SDK version.

Declaration

FileVersion MinimumSdkVersion { get; }

Property Value

TypeDescription
FileVersion

Routes

Gets a dictionary containing the API routes. Contents: route name -> route link.

Declaration

ApiRoutesDictionary Routes { get; }

Property Value

TypeDescription
ApiRoutesDictionary
If you have suggestions for improving this article, let us know!