Newer
Older
web-services / affiliations-libpostal / README.md
@Nicolas Thouvenin Nicolas Thouvenin on 3 Jan 2022 357 bytes doc: add openapi doc
# Tester

## via curl

```bash
cat <<EOF|curl -N --data-binary @- "https://affiliations-libpostal.services.inist.fr/v1/parse?indent=treu"
[
{ "value": "Inist-CNRS 2, rue Jean Zay CS 10310 F-54519 Vandœuvre-lès-Nancy France" },
{ "value": "46th St & 1st Ave, New York, NY 10017" }
]
EOF
```

## via restcli


```bash
restcli --full ./examples.http
```