Open michaelfbradley opened 2 weeks ago
Start a new pull request in StackBlitz Codeflow.
Hey @michaelfbradley, can you share a reproducible example in StackBlitz? Or at least provide more information? Everything you've shared indicates that a POST request is happening
Description
I'm experimenting with
openapi-ts
in a new project, and am currently attempting to create a new organization by using the following service (fetch)The above is invoked by the following call.
However, the issue here is that the above call does not result in a
POST
requests to/organisations
but rather aGET
.When console logging the request, everything seems to be in order.
I'm at a loss to understand why the correct POST call isn't happening.
Reproducible example or configuration
https://stackblitz.com/edit/hey-api-client-fetch-example
OpenAPI specification (optional)
Relevant OpenAPI spec for organization creation
System information (optional)