Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace request with isomorphic-unfetch #315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JsonKim
Copy link

@JsonKim JsonKim commented Apr 26, 2020

request has been deprecated since Feb 2020. And I want to use openapi-to-graphql on client-side. However, I can't because request uses fs. So I make and open this pr.

@Alan-Cha
Copy link
Collaborator

@JsonKim This is a very important change! Thank you very much!

I'm not familiar with request alternatives. Could you give us some insight into why this particular library was selected?

@ErikWittern
Copy link
Collaborator

@JsonKim @Alan-Cha I guess one starting point is to look at the list of alternative libraries that the request team itself compiled: request/request#3143

@JsonKim
Copy link
Author

JsonKim commented Apr 29, 2020

@ErikWittern Thanks! @Alan-Cha https://github.com/developit/unfetch is lighter and simpler than other alternatives. And it can be used in both server-side and client-side because it supports polyfill. If you suggest another alternative, I can work on that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants