app-store-scraper icon indicating copy to clipboard operation
app-store-scraper copied to clipboard

Required paramater for ratings bug

Open washedszn opened this issue 4 years ago • 0 comments

  • Operating System: macOS Catalina 10.15.4
  • Node version: v10.15.0
  • app-play-scraper version: 0.16.2

Description:

In the documentation it states that either id or appId is required to get app ratings, although only id works

Example code:

store.ratings({
    appId: 'com.roblox.robloxmobile'
})
.then(console.log)
.catch(console.log)

Error message:

Error: id is required

washedszn avatar Apr 12 '20 13:04 washedszn