mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-16 02:45:54 -07:00
feat: Add unix timestamp date range parameters for fetching paginated listens (#98)
This commit is contained in:
parent
620e3b65cb
commit
c77481fd59
3 changed files with 27 additions and 10 deletions
|
|
@ -122,6 +122,8 @@ type GetItemsOpts struct {
|
|||
Week int // 1-52
|
||||
Month int // 1-12
|
||||
Year int
|
||||
From int // unix timestamp
|
||||
To int // unix timestamp
|
||||
|
||||
// Used only for getting top tracks
|
||||
ArtistID int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue