C# Class Netsy.DataModel.EtsyContext

Context data for etsy services Wraps all settings needed, suitable for DI as singleton
Afficher le fichier Open project: AnthonySteele/Netsy Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

EtsyContext() public méthode

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() public méthode

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