Description
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:
- [currently] keep legacy /annotator endpoint support for now and notify users to use the new endpoints
- ask ITRB to set up redirection of /annotator to proper new URL for both
GET
andPOST
- remove /annotator endpoint support from our own application
- [in the future] when there is no or very few requests sending to
/annotator
we can ask to remove the redirection