Skip to content

Commit

Permalink
Merge pull request #10 from golnazads/master
Browse files Browse the repository at this point in the history
updated README.md
  • Loading branch information
golnazads authored Apr 6, 2018
2 parents bfad58c + a889b55 commit d19f199
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<bibcode>
curl -X GET https://ui.adsabs.harvard.edu/resolver/<bibcode>

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/<bibcode>/<link_type>
curl -X GET https://ui.adsabs.harvard.edu/resolver/<bibcode>/<link_type>

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:

Expand Down

0 comments on commit d19f199

Please sign in to comment.