-
Notifications
You must be signed in to change notification settings - Fork 81
Description
At first, I thought the documentation for this library was going to be really good. The README.md shows how to instantiate the client, make a simple request, set output format, authenticate a few different ways and then...
... it just sort of drops off, leaving the user completely hanging. I've had to dig into the source code (including test files) to figure out how to make certain requests. But there's a lot of discogs API functionality that is a complete mystery.
A little bit of usage documentation would go a very long way. Specifically,
- How to handle pagination
- What functions are available and what syntax is required?
- How to use the queue
I think this library could be useful and helpful to me, but without documentation, I may have to simply homebrew a client direct to the URLs in the Discogs main documentation so I can tell what I'm doing. Which would really be a shame since this library/utility is sitting here begging to be used.
edit: The name of the repo is unfortunate, too. Try googling "disconnect documentation" and see how far that gets you.