Need to use SOAP web service with node.js

I am used to using the ISHRemote Powershell library to access the Tridion Docs API, but I now have the need to use the underlying SOAP API from node.js on Linux, if possible.

To use Powershell on Linux might be tricky (I'm open to advice though), and I can get a node-based SOAP client (https://www.npmjs.com/package/strong-soap), and I'm thinking it might be easier to use the SOAP API.

I need to check the API for a certain kind of DITA output, and if it exists, I need to download a zip file. Should I be looking at the docs below?

https://docs.rws.com/784840/68181/sdl-tridion-docs-14-sp1/basic-concepts-when-using-the-web-services-api

Are there other docs, posts, videos on using the SOAP API? I'm used to having ISHRemote hold my hand.

Thanks,

Mark

emoji