diff --git a/affiliations-rnsr/examples.http b/affiliations-rnsr/examples.http new file mode 100644 index 0000000..542ef13 --- /dev/null +++ b/affiliations-rnsr/examples.http @@ -0,0 +1,23 @@ +# These examples can be used directly in VSCode, using REST Client extension (humao.rest-client) + +POST https://affiliations-rnsr.services.inist.fr/v1/json HTTP/1.1 +Content-Type: application/json + +[ + { "id":1, "value": "CNRS UMR AMAP MONTPELLIER FRA" }, + { "id":2, "value": "IRD UMR AMAP MONTPELLIER FRA" }, + { "id":3, "value": "University of Bordeaux, IMS, CNRS UMR5218, Talence, F-33405, France" }, + { "id":4, "value": "CENBG, CNRS/IN2P3, Chemin du Solarium B. P. 120, Gradignan, F-33175, France" }, +] + +### +POST https://affiliations-rnsr.services.inist.fr/v1/csv HTTP/1.1 +Content-Type: text/csv + +Année,Adresse +2015,CNRS UMR AMAP MONTPELLIER FRA +2015,IRD UMR AMAP MONTPELLIER FRA +2015,"University of Bordeaux, IMS, CNRS UMR5218, Talence, F-33405, France" +2015,"CENBG, CNRS/IN2P3, Chemin du Solarium B. P. 120, Gradignan, F-33175, France" + +###