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
I'm trying to use this library in a Node.js project and authenticate using a CLI token, but I'm encountering a few issues.
TypeScript Errors
When trying to create a client as per the documentation, it shows that the api_url and authorization keys are missing. These should be optional when using a CLI token.
I'm trying to use this library in a Node.js project and authenticate using a CLI token, but I'm encountering a few issues.
TypeScript Errors
When trying to create a client as per the documentation, it shows that the
api_url
andauthorization
keys are missing. These should be optional when using a CLI token.When I try the following code:
I receive the following error:
The text was updated successfully, but these errors were encountered: