-
-
Notifications
You must be signed in to change notification settings - Fork 272
refactor(client): moves getValidRequestBody to core-body utils #2605
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
refactor(client): moves getValidRequestBody to core-body utils #2605
Conversation
updates angular, axios, fetch, and next clients resolves: hey-api#2604
|
|
🦋 Changeset detectedLatest commit: aca5a7c The changes in this PR will be included in the next version bump. 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 |
|
Someone is attempting to deploy a commit to the Hey API Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2605 +/- ##
==========================================
- Coverage 24.19% 24.14% -0.06%
==========================================
Files 363 363
Lines 36654 36625 -29
Branches 1650 1641 -9
==========================================
- Hits 8869 8843 -26
+ Misses 27772 27769 -3
Partials 13 13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
packages/openapi-ts/src/plugins/@hey-api/client-core/bundle/utils.ts
Outdated
Show resolved
Hide resolved
packages/openapi-ts/src/plugins/@hey-api/client-core/bundle/utils.ts
Outdated
Show resolved
Hide resolved
mrlubos
left a comment
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.
Once again, looks good!
…-body-to-core-utils
This PR moves
getValidRequestBodyto/client-core/bundles/utils, imports and implements this method in theangular,axios,fetch, andnextclientsResolves #2604