Replies: 1 comment 2 replies
-
Hello @LucWag , could you please clarify:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
we use React in combination with Remix, which creates the problem that the implementation for ExpressZodAPIClient is too static if we want to dynamicly change the headers.
Is it possible to extend the Implementation interface like:
export type Implementation = ( method: Method, path: string, params: Record<string, any>, headers?: Record<string, string> ) => Promise<any>;
To clarify the problem with Remix:
Beta Was this translation helpful? Give feedback.
All reactions