Remove fetch dependency
Breaking changes
No more fetch dependency, instead of optional interceptors you need to pass your own fetch
function named callApi
that should return a Promise
. This way is more flexible in part that your project might already have own fetch implementation and it might be any lib like axios or isomorphic-fetch or anything.