openapi-typescript-fetch
openapi-typescript-fetch copied to clipboard
Fix OpReturnType to support 202 status code
Partially fixed #35, supporting 202 as Success response.
To manage long-running jobs behind an API, 202 is necessary to describe the situation, that "job is accepted but not finished yet."
now that 204
got merged, 202
should be merged too, no?