You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the point of having a .getAPIKey(...) method if you still have to hard code a username and password into the code in order to retrieve it? Why not just call .login(...) instead?
I need a way to set an API key that I've already pull from Workfront. Something like:
What's the point of having a
.getAPIKey(...)
method if you still have to hard code a username and password into the code in order to retrieve it? Why not just call.login(...)
instead?I need a way to set an API key that I've already pull from Workfront. Something like:
Any idea when we could expect something like that? I know a current workaround is:
But that's a less than elegant...
The text was updated successfully, but these errors were encountered: