-
Notifications
You must be signed in to change notification settings - Fork 369
feat(api-client): post-response scripts 🏃♂️➡️ #4968
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
base: main
Are you sure you want to change the base?
feat(api-client): post-response scripts 🏃♂️➡️ #4968
Conversation
|
0d890c2
to
6c94858
Compare
#9097 Bundle Size — 2.41MiB (+0.06%).2c56faf(current) vs adc6ee4 main#9096(baseline) Warning Bundle contains 6 duplicate packages – View duplicate packages Bundle metrics
Bundle analysis report Branch api-docs-issue-DOC-2683-add-prep... Project dashboard Generated by RelativeCI Documentation Report issue |
Cloudflare Preview for the API Client |
49488ac
to
25cb65e
Compare
73cf993
to
81a5414
Compare
<!-- Spacer --> | ||
<div class="-my-0.25 flex flex-grow" /> | ||
<div class="-mt-0.25 z-1 flex flex-grow border-b" /> |
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.
shouldn’t we use the z-index presets instead of a specific number?
6938b53
to
ce724ec
Compare
ce724ec
to
b588fa0
Compare
66e52ee
to
a53fc58
Compare
a698dec
to
511c249
Compare
f9f7a53
to
f224366
Compare
206f926
to
4212438
Compare
19e510b
to
d508987
Compare
2b60e18
to
16241de
Compare
16241de
to
e89b99b
Compare
Problem
Currently, you can’t execute any code after a response was received. 😭 Is this even a pro tool?
Solution
With this PR you can execute arbitrary code after a request was sent.
We even support (part of) the Postman API to make the switch easy.
Tasks
Preview
Test
Checklist
I’ve gone through the following:
pnpm changeset
).