-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(javascript): auth via query parameters #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice ! We should start adding test for those thing if the test platform is capable enough
Definitely, I believe we could have client-specific tests on the repository of the client itself, as we might not be able to generate them 🤔 cc @eunjae-lee |
🧭 What and Why
🎟 JIRA Ticket: -
Changes included:
queryParameters
were not passedauth
are now passed at the transporter initialization, instead of query time.baseQueryParameters
option to the transporter🧪 Test
CI :D