inveniosoftware / react-invenio-deposit

React application for Invenio deposit forms.
https://react-invenio-deposit.readthedocs.io
MIT License
3 stars 45 forks source link

Axios: Centralize imports #589

Closed Pineirin closed 1 year ago

Pineirin commented 1 year ago

closes: inveniosoftware/react-invenio-forms#168

Pineirin commented 1 year ago

For reviewers: I was tempted to also move the use of axios in: https://github.com/inveniosoftware/react-invenio-deposit/blob/master/src/lib/DepositApiClient.js but decided not to in the end because:

1 - It's the only time we use this axios configuration. 2 - If centralized, the naming could be a bit problematic.