C# Class EPiServerServiceAPI.Version

Versioning the EPiServer ServiceAPI
Exibir arquivo Open project: mulesoft-labs/raml-dotnet-apicore

Public Methods

Method Description
Get ( ) : Task

Versioning the EPiServer ServiceAPI. Obtain the version of the EPiServer ServiceAPI - Api Version

Get ( RAML.Api.Core.ApiRequest request, IEnumerable responseFormatters = null ) : Task

Versioning the EPiServer ServiceAPI. Obtain the version of the EPiServer ServiceAPI - Api Version

Private Methods

Method Description
Version ( EpiApi proxy ) : System

Method Details

Get() public method

Versioning the EPiServer ServiceAPI. Obtain the version of the EPiServer ServiceAPI - Api Version
public Get ( ) : Task
return Task

Get() public method

Versioning the EPiServer ServiceAPI. Obtain the version of the EPiServer ServiceAPI - Api Version
public Get ( RAML.Api.Core.ApiRequest request, IEnumerable responseFormatters = null ) : Task
request RAML.Api.Core.ApiRequest ApiRequest
responseFormatters IEnumerable response formmaters
return Task