EEXCESS / chrome-extension

Chrome extension for displaying cultural and scientific resources in the context of a web page. The extension integrates other modules like C4, the Visualization Widgets and PEAS.
2 stars 2 forks source link

Integrate Mendeley Narrative Path API #20

Open mgrani opened 9 years ago

philgooch commented 8 years ago

Example usage:

Get some JSON query strings to generate a reading list from the target article:

curl -G http://dslabs.mendeley.com/eexcess/extract -d url=http://www.econbiz.de/Record/hayek-in-freiburg-vanberg-viktor/10009512779 -d action=json

Generate an EconBiz reading list from the target article:

curl -G http://dslabs.mendeley.com/eexcess/extract -d url=http://www.econbiz.de/Record/hayek-in-freiburg-vanberg-viktor/10009512779 -d action=links -d partner=econbiz

Generate a Mendeley reading list from the target article:

curl -G http://dslabs.mendeley.com/eexcess/extract -d url=http://www.econbiz.de/Record/hayek-in-freiburg-vanberg-viktor/10009512779 -d action=links -d partner=mendeley