bartve / disconnect

An easy to use Node.js client with OAuth support to connect with the discogs.com API v2.0
MIT License
453 stars 79 forks source link

How to use pagination with getInventory #72

Closed JesseEisenbart closed 3 years ago

JesseEisenbart commented 3 years ago

Hello, I'm pretty new to this sort of thing but I was just wondering how to return the subsequent pages of inventory items. Right now it only returns the first page but I'm unsure how to access other pages. I tried using params but it didn't work or I didn't add the right strings. Any help is greatly appreciated, thank you.

JesseEisenbart commented 3 years ago

Figured it out, the params is an object not a string.