Sascha Galley

Results 1 issues of Sascha Galley

Instead of rewriting the templates, I want to be able to extend the underlying HttpClient class, e.g.: ``` class ApiWithErrorHandling extends Api { async request(params: FullRequestParams): Promise { try {...