-
-
Notifications
You must be signed in to change notification settings - Fork 395
Default params to http client #192
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
Labels
Comments
Hello @Nihisil ! |
axios |
Merged
Merged
js2me
added a commit
that referenced
this issue
Mar 4, 2021
* fix: missing generateUnionEnums in .d.ts (#193) * fix: problem with missing default params for axios http client (issue #192, thanks @Nihisil); docs: update CHANGELOG * bump: up version to 6.2.1 Co-authored-by: Artem Shabanov <[email protected]>
@Nihisil thanks for your bug reports! |
Thank you for the quick fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to set up default params for all requests? I didn't find it.
Right now I need to set
{secure: true}
to each request manually, which is can be improved with default params.The text was updated successfully, but these errors were encountered: