Hello people. I’m using axios as the http client....
# random
ö
Hello people. I’m using axios as the http client. The 3rd party API uses SOAP, and the response is in XML. Is there any adapter you might recommend for beautifying that ugly XML resposne?
j
https://www.npmjs.com/package/xml-formatter have you taken a look at this?
ö
I actually need to parse the XML string as JSON
j
oh something like xml2json then?
j
you probably want to grab a soap client, something like https://www.npmjs.com/package/soap
ö
@Josep Sauleda Roig yep
@Jimmy thanks jimmy