1. IApiInfo

Interface IApiInfo

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

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
TypeDescription
FileVersion

MinimumSdkVersion

Gets the minimum supported SDK version.

Declaration
FileVersion MinimumSdkVersion { get; }
Property Value
TypeDescription
FileVersion

Routes

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

Declaration
ApiRoutesDictionary Routes { get; }
Property Value
TypeDescription
ApiRoutesDictionary
この記事を改善するための提案がある場合は、 お知らせください!