goodreads-api-node icon indicating copy to clipboard operation
goodreads-api-node copied to clipboard

Goodreads API wrapper for node.js

Results 13 goodreads-api-node issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When I call `getAccessToken`, I get the error `Invalid OAuth Request` from the Goodreads API. Could someone verify if it's still possible to use this Node library with Goodreads OAuth?

I just found searchAuthors in the source code but not found in the readme.

I don't suppose you have any plans to create a type script package?

I'd like to use this library from a backup script, where I can't approve OAuth access each time. I've added two methods (`setAccessToken` and `dumpAccessToken`) to auth once and save...

I am building a web-app with this module, and during development, I get an error saying the fetch couldn't be completed because of CORS. Is there a way to add...

I'm trying to use `gr.addBookToShelf()` by keeping getting the error `You have not passed shelfName`. I used the default shelf, read and have tried other shelves such as to-read but...

I'm learning AngularJS and am trying to figure out how to use your API. I'm used to having something like: import { Module } from 'goodreads-api-node" and then plugging in...