oapi-codegen
oapi-codegen copied to clipboard
NewClientWithResponses should return ClientWithResponsesInterface
v1.12.2
Right now NewClientWithResponses returns *ClientWithResponses which makes it difficult to test, it should be returning ClientWithResponsesInterface instead