Header generation for PDF download ? #1185
Replies: 1 comment
-
Hey @jeromeduprazdange, I'll follow up in #1186 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello !
I have a put endpoint that returns a PDF, here is the openapi spec:
But when I generate my client, I have this:
And I don't have a working PDF if I don't manually add these to the request:
I don't understand why it's not added to my convertHtmlToPdf automatically and if I'm doing something bad.
Also, I use '@hey-api/client-axios' with the 'asClass' option to true.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions