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?
Are there other docs, posts, videos on using the SOAP API? I'm used to having ISHRemote hold my hand.
Thanks,
Mark