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
Currently, we still support /annotator endpoint for back-compalibility:
[old]GET /annotator/<curie> same as [new]GET /curie/<curie> [old]POST /annotator same as [new]POST /trapi
GET /annotator/<curie>
GET /curie/<curie>
POST /annotator
POST /trapi
We should make these steps to deprecate /annotator endpoint eventually:
/annotator
GET
POST
The text was updated successfully, but these errors were encountered:
ctrl-schaff
Successfully merging a pull request may close this issue.
Currently, we still support /annotator endpoint for back-compalibility:
[old]
GET /annotator/<curie>
same as [new]GET /curie/<curie>
[old]
POST /annotator
same as [new]POST /trapi
We should make these steps to deprecate
/annotator
endpoint eventually:GET
andPOST
/annotator
we can ask to remove the redirectionThe text was updated successfully, but these errors were encountered: