Newer
Older
web-services / biblio-tools / README.md
@Nicolas Thouvenin Nicolas Thouvenin on 23 Jan 360 bytes add new entrypoint
# Biblio-tools


v1 : les objets sont simplifiés
v2 : les objets sont identiques à la source

## Exemples

### Corhal

```bash
cat <<EOF|curl -N --data-binary @- "https://biblio-tools.services.inist.fr/v1/unpaywall/corhal?indent=true"
[
{ "value": "10.1007/s10980-018-0699-8" },
{ "value": "10.4000/edc.9014" },
{ "value": "10.1029/2018jd029272" }
]
EOF
```