lionralfs / discogs-client

A JavaScript Discogs Client for browsers and Node.js (ESM and CommonJS)
Other
22 stars 3 forks source link

Fix docstring in `collection().addRelease()` method and add styles and genres to `WantListEntryReponse` type #345

Closed mlabod closed 4 weeks ago

mlabod commented 1 month ago

I found two tiny things that can be improved while working with the library

  1. The order of arguments folder and releaseId is swapped in the Documentation bit of the addRelease method
  2. The Discogs Api returns styles and genres for want list releases as well. Even though it's not part of their API docs it might be worth adding as it helps working with it in typescrip
lionralfs commented 4 weeks ago

Nice improvements, thank you @mlabod!

Released in 4.1.2 https://github.com/lionralfs/discogs-client/releases/tag/v4.1.2 🎉

mlabod commented 4 weeks ago

@lionralfs thanks! you're welcome!