rayfarias56 / minrva-estimote-server

The server for the Minrva: Wayfinder app
0 stars 1 forks source link

Implement Ebook REST Function #26

Closed rayfarias56 closed 8 years ago

rayfarias56 commented 8 years ago
  1. This REST function will receive a bib_id
  2. form the link http://vufind.carli.illinois.edu/vf-uiu/Record/[bib_id]: ex.http://vufind.carli.illinois.edu/vf-uiu/Record/uiu_6817437
  3. You would then parse the “Online Access” section for the ebook URL of the form: http://www.library.uiuc.edu/proxy/go.php?url=http://www.sciencedirect.com/science/book/9781437706604 from the returned page.
  4. And finally, return that URL as json
rayfarias56 commented 8 years ago

Relevant: http://jsoup.org/cookbook/introduction/parsing-a-document

rayfarias56 commented 8 years ago

Commit 98e71a88f761a8bcdba8e2f2efb702e370b3900a resolves this issue.