Migrate Request class to @nextcloud/axios #718
Labels
1. to develop
Accepted and waiting to be taken care of
enhancement
New feature or request
technical debt
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 nextcloud-libraries/nextcloud-axios#537
The text was updated successfully, but these errors were encountered: