After response.clone() was removed in #1385 , our generated client is giving the error "Body is unusable: Body has already been read" By reverting to swagger-typescript-api v. 13.2.8 and regenerating, the errors disappear, with the only diff is the .clone() I'm curious as to why this was removed so quickly when it's clear from #670 that there was a use case for it. As of now, we have to keep using the outdated package version.