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
Username and password authentication is not supported. You can only log into the web console and generate your APIv4 key and secret. As to how to use the key and secret, you can find code snippets for all the private endpoints down below the readme
Ok to be precise I have key and secret and where should i send it please?
I dont see setApiKeySecret() in ApiClient.js but still there is applyAuthToRequest() which looks like needs that information in some way.
Are you using the plain JavaScript version here which has no private endpoints enabled. Try to install with npm install gate-api which has all the functions you need. The difference is described at the beginning of README and the npm package basic information
Could You please provide information where to put auth information for us developers? Where should i pass username and password to ApiCLient? How?
edit: I found that setApiKeySecret() function is missing from ApiClient.js!
it is present in ts version , please fix this
The text was updated successfully, but these errors were encountered: