Replies: 1 comment 7 replies
-
Which version are you migrating from? |
Beta Was this translation helpful? Give feedback.
7 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.
-
I'm trying to migrate my code to latest
openapi-ts
but I cannot find any information to migrate to the new plugin systems... I've updated my config to look like this:But most service calls have changed, in particular:
requestBody
seems to have been renamedbody
everywhere?AxiosResponse<XXX>
instead of simplyXXX
?Is there a proper migration guide somewhere (https://heyapi.dev/openapi-ts/migrating does not contain anything I could find)? Is there a way to get the old behavior, i.e., not get an
AxiosResponse
but directly the underlying type?Beta Was this translation helpful? Give feedback.
All reactions