Git Product home page Git Product logo

Comments (5)

matt-thomson avatar matt-thomson commented on August 25, 2024

Thanks for your feedback! The SDK supports the most commonly used resources in Mendeley, but not all of them.

If there are any missing resources or methods that you're particularly interested in, please let us know and we can feed that input into our prioritization.

from mendeley-python-sdk.

cdeblois avatar cdeblois commented on August 25, 2024

From OAPI we use document_details, library, download_file and folders. It would be great if we could get access to those resources with the new SDK for the new API.

from mendeley-python-sdk.

matt-thomson avatar matt-thomson commented on August 25, 2024

Most of those are available through the SDK:

  • document_details corresponds to the catalog resource.
  • library corresponds to the documents resource.
  • files can be downloaded using the files resource (which can also be accessed from the files attribute on a document).

We don't yet have folders - I'll create a separate issue for that, to keep the discussion focussed.

from mendeley-python-sdk.

cdeblois avatar cdeblois commented on August 25, 2024

These endpoints do not provide the same data as the OAPI endpoints did. How do you use catalog? I have results from documents showing document_id but when I use that for catalog.get() i get document not found.

from mendeley-python-sdk.

cdeblois avatar cdeblois commented on August 25, 2024

if files.iter() returns a file with id, shouldn't I be able to use that with files.get()?

it results in

AttributeError: 'super' object has no attribute 'get'

from mendeley-python-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.