C# 클래스 Netsy.DataModel.EtsyContext

Context data for etsy services Wraps all settings needed, suitable for DI as singleton
파일 보기 프로젝트 열기: AnthonySteele/Netsy 1 사용 예제들

공개 메소드들

메소드 설명
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