From a889b556c7a12679ab7afa1ed707fb0bda3c2d0f Mon Sep 17 00:00:00 2001 From: golnazads <28757512+golnazads@users.noreply.github.com> Date: Fri, 6 Apr 2018 11:11:34 -0400 Subject: [PATCH] updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e7d7cab..dc1cf47 100644 --- a/README.md +++ b/README.md @@ -32,20 +32,20 @@ On your desktop run: #### Make a GET request with a bibcode to return all links associated with that bibcode: - curl https://ui.adsabs.harvard.edu/resolver/ + curl -X GET https://ui.adsabs.harvard.edu/resolver/ For example to return *all* links associated with 2017arXiv170909566R, you would do - curl https://ui.adsabs.harvard.edu/resolver/2017arXiv170909566R + curl -X GET https://ui.adsabs.harvard.edu/resolver/2017arXiv170909566R #### Make a GET request with a bibcode and link type to return all links of the type specified associated for that bibcode: - curl https://ui.adsabs.harvard.edu/resolver// + curl -X GET https://ui.adsabs.harvard.edu/resolver// For example to return links for *all* full text sources, you would do - curl https://ui.adsabs.harvard.edu/resolver/2013MNRAS.435.1904M/esource + curl -X GET https://ui.adsabs.harvard.edu/resolver/2013MNRAS.435.1904M/esource #### Available Link Types: