Arnaud Fernandes
Results
3
comments of
Arnaud Fernandes
Hi, The merge of the PR #464 is planned ?
Great ! Thank you. Though the body is still hidden :/
@Umang01-hash Here is my use-case: ```ts function doSomething(apiClient: Axios, blob: Blob) { return apiClient .post("/v1/dosomething", blob, { params: { filename, mimeType, language, } }); } ``` On the backend side,...