NOT FOUND storage on Aspose Repo NodeJS

I’ve been following the github repo GitHub - aspose-omr-cloud/aspose-omr-cloud-nodejs: Node.Js library for communicating with the Aspose.OMR Cloud API instructions in order to use ASPOSE for nodejs and as I tried to run the command “npm run demo” to get the first experience, it wouldn’t work because it returns a 404 message saying “NOT FOUND”
{
result: ResponseMessage {
code: 404,
body: null,
status: ‘Not Found’,
error: null
}
}

please I need help.

I am using Nodejs V.16.13.0 on MacOS and I created an account to get the secret key and client id (https://dashboard.aspose.cloud/)

the endpoint is https://api.aspose.cloud/v5.0/omr/storage/exist/Logos?appSid=${client_id}&signature=2hQJcL8V7BfXNhm+tTNLKcX7/Vg

@angelaltarodri
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): OMRCLOUD-247

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hello, @angelaltarodri

I have investigated nodejs repository. Unfortunately, it is targeting a deprecated version of the API (3.0). I made it private, to be deleted in a couple of months. I would like to apologize for the inconvenience it has caused you.

Typescript repository targeting latest version of the API (5.0).
Installation:

  1. Clone Typescript repository.
  2. Clone Demo data.
  3. Positioned them in the same root folder:
    …/aspose-omr-cloud-typescript/package.json
    …/aspose-omr-cloud-demo-data/test_config.json
  4. Update content of “test_config.json” to include your “client_secret” and “client_id”.
  5. Set current working folder to “…/aspose-omr-cloud-typescript/”
  6. Execute “npm start” or launch VSCode “Launch Demo via NPM” profile.