Open baronha opened 8 months ago
I want to integrate PulseUI with a React Native project. Can Pulse log HTTP requests using axios or fetch on javascript side?
PulseUI
HTTP requests
axios
fetch
Hey, in the current implementation – no because it's closely coupled with Foundation.URLSession. It'll be, of course, fantastic to extend it to add support for more tools.
Foundation.URLSession
I want to integrate
PulseUI
with a React Native project. Can Pulse logHTTP requests
usingaxios
orfetch
on javascript side?