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
Today we are using axios, isomorphic-fetch and even built in fetch. We should refactor all these and utilize @whatwg-node/fetch for consistency. In graph-tooling we create a wrapper around @whatwg-node/fetch and provide a shared headers which is a good practice.
Today we are using
axios
,isomorphic-fetch
and even built in fetch. We should refactor all these and utilize@whatwg-node/fetch
for consistency. Ingraph-tooling
we create a wrapper around@whatwg-node/fetch
and provide a shared headers which is a good practice.You can learn here why use
@whatwg-node/fetch
The text was updated successfully, but these errors were encountered: