You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of requiring axios we could pass in a HttpClientAdaptor interface that would abstract the calls to the underlying software. Could use axios, fetch, node-fetch.
My only issue with this starting out is that it clouds the usability of the package since this package would ALWAYS be relying on another package to use.
The text was updated successfully, but these errors were encountered:
Instead of requiring axios we could pass in a HttpClientAdaptor interface that would abstract the calls to the underlying software. Could use axios, fetch, node-fetch.
My only issue with this starting out is that it clouds the usability of the package since this package would ALWAYS be relying on another package to use.
The text was updated successfully, but these errors were encountered: