diff --git a/ark-tools/examples.http b/ark-tools/examples.http new file mode 100644 index 0000000..9eb7545 --- /dev/null +++ b/ark-tools/examples.http @@ -0,0 +1,11 @@ +# These examples can be used directly in VSCode, using REST Client extension (humao.rest-client) + +# Attribution d'ARK aux objets d'une série +POST https://affiliations-rnsr.services.inist.fr/v1/json?indent=true HTTP/1.1 +Content-Type: application/json + +[ + { "id":"12345","value": true }, + { "id":"6789","value": true }, +] +