-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
All response types are any
#17
Comments
Hey @jboolean, thanks for the feedback! I'll take a look at Documentation wasn't quite readable with that library.. I'll see if migrating can help with that too. |
Cool! You may run into the same challenges I did with Maybe there's a better solution… but I gave up for now as my use for the printful api is minimal and I'll probably just go without a typed library for now. |
Ahh, thanks for the heads up, I'll browse around for alternatives then |
All the clients return
CancelablePromise<any>
, meaning there's effectively no typing on API responses.I think the issue is
openapi-typescript-codegen
is unmaintained and does not work. I tried switching to@hey-api/openapi-ts
which fixes this issue but generates a very different structure that would be a breaking change.The text was updated successfully, but these errors were encountered: