I am generating a lib with Swagger-codegen. The library I used was Volley. It doesn't seem the generated code has any way to cancel a request.
Is there anyway to cancel the request through the generated code?
As our api spec may change between each version, I can not apply big code change to the generated code. Otherwise, it will be difficult to apply same change every time.