DiegoZoracKy / request-api-factory

Gets an object literal with a desired API's structure and based on it, creates a well defined interface to handle http calls (using 'request' module)
0 stars 0 forks source link

isomorphic-fetch support #1

Open wedneyyuri opened 8 years ago

wedneyyuri commented 8 years ago

Do you have any plans about isomorphic-fetch using them to dependency? I want to use your library with browserify

https://github.com/matthew-andrews/isomorphic-fetch

DiegoZoracKy commented 8 years ago

Good idea. I have plans to use fetch, and isomorphic-fetch can be a good bet. I'll check that.