podverse-api icon indicating copy to clipboard operation
podverse-api copied to clipboard

Use isomorphic-fetch instead of request-native-promise

Open mitchdowney opened this issue 3 years ago • 0 comments

Theres also the use of request-native-promise in https://github.com/podverse/podverse-api/blob/455453042023d1e220066796c65f329c8223189d/src/lib/request.ts#L1, which is a potential issue. I'd suggest podverse-api move to a single library for http requests and choose isomorphic-fetch as request-native-promise is based on the deprecated request library

mitchdowney avatar Dec 09 '21 04:12 mitchdowney