Commit 236a9c2
committed
hotfix: Complete API coverage with missing @method annotations
- Add 22+ missing @method annotations for complete Discogs API coverage
- Fix broken collectionFolder() method (was mapped to non-existent endpoint)
- Replace with collectionFolderGet() mapping to collection.folder.get
- Update documentation to reflect correct method names
- Maintain logical grouping of marketplace methods (listings → fees → stats → orders)
This hotfix addresses incomplete PHPDoc coverage discovered in v3.0.0
and fixes a broken method that was causing runtime errors.
Breaking Change: collectionFolder() → collectionFolderGet()
This is documented as a bugfix since the original method was non-functional.1 parent 769ff3c commit 236a9c2
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
0 commit comments