Netsy.Helpers.EtsyUriBuilder.ApiKey C# (CSharp) Method

ApiKey() public method

Append the Api key
public ApiKey ( ) : EtsyUriBuilder
return EtsyUriBuilder
        public EtsyUriBuilder ApiKey()
        {
            this.hasApiKey = true;
            return this.Param("api_key", this.etsyContext.ApiKey);
        }