File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.4.0] - 2022-02-27
4
+
5
+ ### Added
6
+
7
+ * Full support for User Lists API
8
+
3
9
## [ 0.3.0] - 2022-02-22
4
10
5
11
### Added
Original file line number Diff line number Diff line change 7
7
## Features
8
8
9
9
* Authentication with Discogs auth flow (both personal access token and key/password is supported)
10
- * [ Database API] ( https://www.discogs.com/developers/#page:database ) including image download is fully supported
11
- * [ Collection API] ( https://www.discogs.com/developers#page:user-collection ) is fully supported
12
- * [ User WantList API] ( https://www.discogs.com/developers#page:user-wantlist ) is fully supported
10
+ * Full support for:
11
+ * [ Database API] ( https://www.discogs.com/developers/#page:database ) including image download
12
+ * [ Collection API] ( https://www.discogs.com/developers#page:user-collection )
13
+ * [ User WantList API] ( https://www.discogs.com/developers#page:user-wantlist )
14
+ * [ User Lists API] ( https://www.discogs.com/developers#page:user-lists )
13
15
* Rate limit can be added
14
16
* Full asynchronous and cancellable operation
15
17
* Pagination is supported
20
22
* Full Discogs API implementation
21
23
* Discogs monthly dump processing
22
24
* Unit tests
25
+
23
26
## How it works
24
27
25
28
### Creating the client service
You can’t perform that action at this time.
0 commit comments