Deprecated TRAPI methods (/query and /asyncquery) - #323
Merged
Conversation
gaurav
added a commit
that referenced
this pull request
Jul 27, 2026
NodeNormalization moved to NCATSTranslator; these four still named the old org in places a user actually lands on: - The release badge in README.md linked to TranslatorSRI while its image already pointed at NCATSTranslator, so clicking the badge left the org the badge itself reported. - Two PR #323 links in server.py are served in the OpenAPI descriptions, so they show up in Swagger. - One more in documentation/API.md. An org-rename redirect is more durable than the branch-rename one cleaned up earlier, so this is consistency rather than an outage waiting to happen. The ~77 remaining references are all in releases/, i.e. historical notes recording what was true at the time; whether to sweep those is tracked separately in NameResolution#292, which covers the same question for that repo. Left alone deliberately: TranslatorSRI/r3 in README.md. That repository really does still live under TranslatorSRI -- NCATSTranslator/r3 is a 404. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
After discussing this with @uhbrar at the last Translator Relay, we decided to deprecate the TRAPI-based endpoints (
/queryand/asyncquery) for now. I'll no longer update them unless absolutely necessary, and then we can remove them once the Workflow Runner no longer uses these endpoints.