-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Axios client #613
Axios client #613
Conversation
Run & review this pull request in StackBlitz Codeflow. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: b0e8a98 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/client-axios/src/index.ts
Outdated
let axiosRequestConfig: AxiosRequestConfig = { | ||
...opts, | ||
url, | ||
} |
Check notice
Code scanning / CodeQL
Semicolon insertion Note
packages/client-axios/src/index.ts
Outdated
const body = getRequestBody(options); | ||
const headers = await getHeaders(config, options); | ||
for (const fn of interceptors.request._fns) { | ||
axiosRequestConfig = await fn(axiosRequestConfig, opts) |
Check notice
Code scanning / CodeQL
Semicolon insertion Note
…escript-codegen into fix/client-beta-2
12ec7db
to
0254210
Compare
…escript-codegen into fix/client-beta-2
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #613 +/- ##
=======================================
Coverage 73.34% 73.34%
=======================================
Files 81 81
Lines 8557 8557
Branches 792 792
=======================================
Hits 6276 6276
Misses 2277 2277
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
9fbec8a
to
461015e
Compare
461015e
to
0e24658
Compare
No description provided.