Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tidal
master
Tidal
API
Album
Artist
Client
AudioQuality
Player
Playlist
SearchResults
Stream
Track
Built with Crystal 1.9.2
2023-10-07 21:39:23 UTC
struct
Tidal::API::SearchResults(T)
Tidal::API::SearchResults(T)
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
api/models/search_results.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#items
: Array(T)
#limit
: Int32
#offset
: Int32
#total_items
: Int32
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
items
: Array(T)
#
[
View source
]
def
limit
: Int32
#
[
View source
]
def
offset
: Int32
#
[
View source
]
def
total_items
: Int32
#
[
View source
]