Newer
Older
web-services / base-line-nodejs / examples.http
@Nicolas Thouvenin Nicolas Thouvenin on 10 Mar 2022 318 bytes feat: add base line nodjs and python
# These examples can be used directly in VSCode, using REST Client extension (humao.rest-client)

# Parse un flux JSON, et le returne sans modification
POST https://base-line.services.inist.fr/v1/echo/json?indent=true HTTP/1.1
Content-Type: application/json

[
	{ "value": "à l'école" },
	{ "value": "où" }
]
###