Does SEND API REQUEST
support requestInterceptor
?
#761
-
Like swagger-ui or Postman's custom script? I want to add custom auth headers into the request. |
Beta Was this translation helpful? Give feedback.
Answered by
alienzhangyw
Apr 30, 2024
Replies: 1 comment
-
I achieved this by swizzlling |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alienzhangyw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I achieved this by swizzlling
@theme/ApiExplorer/Request
and updated thepostmanRequest
inindex.tsx
.