Open bootstraponline opened 10 years ago
The sauce java client ended up supporting:
There's still a great deal of inconsistency depending on the clients (most use only two from the above list). The java client is the only one that supports all 4. It'd be good to know what ones are "official."
i don't think Sauce can have any stance on 'official' names for env vars. but i agree that the various clients should endeavor to use the same thing to avoid surprise.
Sauce could say here's what we're supporting consistently across the clients instead of using different names in the docs and each language. That's what I meant by 'official.' People run into the same issue with the appium clients. I've settled on SAUCE_USERNAME
and SAUCE_ACCESS_KEY
since that tends to be used more frequently. If people are using the other names then it's going to break. Ultimately I think the official sauce clients should support all 4 since it's not the users fault there's inconsistency in naming.
fair enough. i think the sauce docs should always use 1 style as an example, and have all the clients support all 4 styles.
sounds good to me :+1:
I agree it'd be good to at least standardise on what we do it in docs; Personally I like API_KEY
but the term ACCESS_KEY
is more widely used.
sauce_whisk
sauce-java
I think Sauce should have a standard naming convention for the ENV vars instead of different values for each project.