Newer
Older
web-services / fund-ner / examples.http
# Ces exemples peuvent être exécutés directement dans VSCode, en utilisant l'extension REST Client (humao.rest-client)
# Décommenter/commenter les lignes voulues pour tester localement
# @baseUrl=http://localhost:31976
#@baseUrl=http://fund-ner.services.istex.fr/
@baseUrl=http://fund-ner.tdm-services.intra.inist.fr/

## WS Affiliation - RNSR - v2
POST {{baseUrl}}/v1/tagger?indent=true HTTP/1.1
Content-Type: application/json

[
  {
    "id": 1,
    "value": "This study was funded by the CNRS and INIST."
  }
]