Ionic Vue Web Service Request

Hi all, just to check, which library you use to call web services in Ionic Vue framework?

I saw some talking Axios in stackoverflow.

Appreciate if you could share any reference.

Thank you

I use axios as it has a few extra features over the now built-in Web API XMLHttpRequest. Either will work just fine.

Capacitor also now has a HTTP plugin - Capacitor Http Plugin API | Capacitor Documentation.