cdav-library icon indicating copy to clipboard operation
cdav-library copied to clipboard

Migrate Request class to @nextcloud/axios

Open st3iny opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

Requests are still performed using raw XHR requests. The code contains a lot of unnecessary boilerplate and complexity.

Describe the solution you'd like

Use our custom axios wrapper at @nextcloud/axios.

Describe alternatives you've considered

No response

Additional context

Ref https://github.com/nextcloud/cdav-library/blob/main/src/request.js Ref https://github.com/nextcloud/nextcloud-axios/pull/537

st3iny avatar Nov 04 '22 10:11 st3iny

I would like to work on this issue.

hereje avatar Mar 22 '25 21:03 hereje