C# Класс Netsy.DataModel.EtsyContext

Context data for etsy services Wraps all settings needed, suitable for DI as singleton
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EtsyContext ( string apiKey )

Initializes a new instance of the EtsyContext class with a base URl and APi key

EtsyContext ( string baseUrl, string apiKey )

Initializes a new instance of the EtsyContext class with a base URl and API key

Описание методов

EtsyContext() публичный Метод

Initializes a new instance of the EtsyContext class with a base URl and APi key
public EtsyContext ( string apiKey )
apiKey string the API key to use

EtsyContext() публичный Метод

Initializes a new instance of the EtsyContext class with a base URl and API key
public EtsyContext ( string baseUrl, string apiKey )
baseUrl string the base Url to use
apiKey string the API key to use