diff --git a/README.md b/README.md index 171545b..0da7d1a 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,21 @@ Ils peuvent également être lancés en ligne de commande via [rest-cli](https://www.npmjs.com/package/rest-cli) ou via [dot-http](https://github.com/bayne/dot-http) -Exemple : +Exemple 1 : lancement des exemples sans affichage ```bash $ restcli ./biblio-tools/examples.http examples:1 [1] POST https://biblio-tools.services.inist.fr/v1/unpaywall/is_oa?indent=true examples:2 [1] POST https://biblio-tools.services.inist.fr/v1/crossref/prefixes/expand?indent=true +$ +``` + +Exemple 2 : lancement des exemples avec affichage + +```bash + + $ restcli --full ./affiliations-libpostal/examples.http examples:1 [1] POST https://affiliations-libpostal.services.inist.fr/v1/parse?indent=true POST https://affiliations-libpostal.services.inist.fr/v1/parse?indent=true @@ -54,7 +62,7 @@ } } }] - +$ ```