Project

mendeley

0.01
No commit activity in last 3 years
No release in over 3 years
A simple ruby wrapper for the mendeley api
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

#Overview This is a simple ruby wrapper for the mendeley api You can find details about the mendeley API here: (http://apidocs.mendeley.com/home/public-resources)

#Installation gem install mendeley #Usage Before you can use the gem you will need to get a consumer key from the mendeley website

The first step is to define your consumer key: Mendeley.consumer_key = ""

Now you can make requests to the mendeley api.

To do a search simply the use document search class method Mendeley::API::Documents.search(term)

To get detailed information on a document: Mendeley::API.Documents.document_details(< doc_id>)