We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the axios dependency from dhis2 and use the common http helpers instead.
There is a bunch of axios code which redacts information form the response during errors. We should be able to to just remove all tihs.
Check carefully for any other special axios stuff that we may need to test for or reproduce
Note that we want to move the http helpers into a new namespace (see #978) but lets do this first and then restructure the public API.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Remove the axios dependency from dhis2 and use the common http helpers instead.
There is a bunch of axios code which redacts information form the response during errors. We should be able to to just remove all tihs.
Check carefully for any other special axios stuff that we may need to test for or reproduce
Note that we want to move the http helpers into a new namespace (see #978) but lets do this first and then restructure the public API.
The text was updated successfully, but these errors were encountered: