Skip to content

Remove fetch dependency

Compare
Choose a tag to compare
@Reaverart Reaverart released this 02 Apr 15:12
· 14 commits to master since this release

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.