-
Notifications
You must be signed in to change notification settings - Fork 369
feat(postman-to-openapi): import post-response scripts #5300
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
Conversation
🦋 Changeset detectedLatest commit: 9d696f4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 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 |
#9143 Bundle Size — 2.41MiB (0%).ae9cc46(current) vs 3783345 main#9134(baseline) Warning Bundle contains 6 duplicate packages – View duplicate packages Bundle metrics
|
Current #9143 |
Baseline #9134 |
|
---|---|---|
2.41MiB |
2.41MiB |
|
0B |
0B |
|
0% |
100% |
|
1 |
1 |
|
1 |
1 |
|
1483 |
1483 |
|
0 |
0 |
|
0% |
0% |
|
172 |
172 |
|
6 |
6 |
Bundle analysis report Branch feat/clean-postman-import Project dashboard
Generated by RelativeCI Documentation Report issue
3e5d5df
to
16fb48b
Compare
…ade up responses)
ae9cc46
to
9d696f4
Compare
Cloudflare Preview for the API Client |
Problem
Currently, we just omit Postman scripts. But what if … we import them?
Preparation for #4968.
Solution
With this PR we’re importing those post-response scripts!
And I’ve noticed a few things that I wanted to change in the same PR:
/
paths are omitted/raw
paths are handled differentlyChecklist
I’ve gone through the following:
pnpm changeset
).