We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When requesting an upgrade name, for example U_LASERX, the API responds with this link: https://app.nmsassistant.com/link/en/upgrade148.html That then forwards to https://app.nmsassistant.com/catalogue-item/upgrade148/.
U_LASERX
However, there is nothing at this URL.
The correct URL would be https://app.nmsassistant.com/catalogue-item/tMod5.
Either the API is answering incorrectly, or the app uses the wrong ID.
This is also related to AssistantNMS/App#264. When that is implemented, the expected URL would be in this format: https://app.nmsassistant.com/catalogue-item/prod{id}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When requesting an upgrade name, for example
U_LASERX
, the API responds with this link: https://app.nmsassistant.com/link/en/upgrade148.htmlThat then forwards to https://app.nmsassistant.com/catalogue-item/upgrade148/.
However, there is nothing at this URL.
The correct URL would be https://app.nmsassistant.com/catalogue-item/tMod5.
Either the API is answering incorrectly, or the app uses the wrong ID.
This is also related to AssistantNMS/App#264.
When that is implemented, the expected URL would be in this format: https://app.nmsassistant.com/catalogue-item/prod{id}
The text was updated successfully, but these errors were encountered: