seafile-js
seafile-js copied to clipboard
Seafile Javascript API
Results
13
seafile-js issues
Sort by
recently updated
recently updated
newest added
Can you add global interceptor for axios, like this: axios_instance.interceptors.response.use(res => {return res;},error => {return Promise.reject(error.response.data)});