podverse-api
                                
                                 podverse-api copied to clipboard
                                
                                    podverse-api copied to clipboard
                            
                            
                            
                        Use isomorphic-fetch instead of request-native-promise
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