Class: Crawlora::SpotifyGroup
- Inherits:
-
Object
- Object
- Crawlora::SpotifyGroup
- Defined in:
- sig/crawlora.rbs
Instance Method Summary collapse
- #album ⇒ Object
- #album_tracks ⇒ Object
- #albums_search ⇒ Object
- #artist ⇒ Object
- #artist_albums ⇒ Object
- #artist_playlists ⇒ Object
- #artist_related ⇒ Object
- #artists_search ⇒ Object
- #audiobook ⇒ Object
- #audiobook_chapters ⇒ Object
- #audiobooks_search ⇒ Object
- #chapter ⇒ Object
- #episodes_search ⇒ Object
- #featured_charts_by_country ⇒ Object
- #genre ⇒ Object
- #home ⇒ Object
-
#initialize ⇒ SpotifyGroup
constructor
A new instance of SpotifyGroup.
- #playlist ⇒ Object
- #playlists_search ⇒ Object
- #popular_by_country ⇒ Object
- #profile ⇒ Object
- #profile_followers ⇒ Object
- #profile_playlists ⇒ Object
- #profiles_search ⇒ Object
- #search ⇒ Object
- #section ⇒ Object
- #shows_search ⇒ Object
- #track ⇒ Object
- #track_recommended ⇒ Object
- #track_similar_albums ⇒ Object
- #tracks_search ⇒ Object
Constructor Details
#initialize ⇒ SpotifyGroup
Returns a new instance of SpotifyGroup.
1117 |
# File 'sig/crawlora.rbs', line 1117
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#album ⇒ Object
1118 |
# File 'sig/crawlora.rbs', line 1118
def album: (?uri: String, ?id: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#album_tracks ⇒ Object
1119 |
# File 'sig/crawlora.rbs', line 1119
def album_tracks: (?uri: String, ?id: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#albums_search ⇒ Object
1120 |
# File 'sig/crawlora.rbs', line 1120
def albums_search: (?q: String, ?offset: Integer, ?limit: Integer, ?number_of_top_results: Integer, ?include_audiobooks: bool, ?include_pre_releases: bool, ?include_album_pre_releases: bool, ?include_authors: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artist ⇒ Object
1121 |
# File 'sig/crawlora.rbs', line 1121
def artist: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artist_albums ⇒ Object
1122 |
# File 'sig/crawlora.rbs', line 1122
def artist_albums: (?uri: String, ?id: String, ?type: "album" | "single" | "compilation" | "appears_on" | "all", ?order: "date_desc" | "date_asc" | "name_asc" | "name_desc", ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artist_playlists ⇒ Object
1123 |
# File 'sig/crawlora.rbs', line 1123
def artist_playlists: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artist_related ⇒ Object
1124 |
# File 'sig/crawlora.rbs', line 1124
def artist_related: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artists_search ⇒ Object
1125 |
# File 'sig/crawlora.rbs', line 1125
def artists_search: (?q: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#audiobook ⇒ Object
1126 |
# File 'sig/crawlora.rbs', line 1126
def audiobook: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#audiobook_chapters ⇒ Object
1127 |
# File 'sig/crawlora.rbs', line 1127
def audiobook_chapters: (?uri: String, ?id: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#audiobooks_search ⇒ Object
1128 |
# File 'sig/crawlora.rbs', line 1128
def audiobooks_search: (?q: String, ?offset: Integer, ?limit: Integer, ?number_of_top_results: Integer, ?include_audiobooks: bool, ?include_pre_releases: bool, ?include_album_pre_releases: bool, ?include_authors: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#chapter ⇒ Object
1129 |
# File 'sig/crawlora.rbs', line 1129
def chapter: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#episodes_search ⇒ Object
1130 |
# File 'sig/crawlora.rbs', line 1130
def episodes_search: (?q: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#featured_charts_by_country ⇒ Object
1131 |
# File 'sig/crawlora.rbs', line 1131
def featured_charts_by_country: (?country_code: String, ?content_id: "CHARTS" | "POPULAR_ALBUMS" | "POPULAR_ARTISTS" | "TRENDING_SONGS", ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#genre ⇒ Object
1132 |
# File 'sig/crawlora.rbs', line 1132
def genre: (?uri: String, ?page_offset: Integer, ?page_limit: Integer, ?section_offset: Integer, ?section_limit: Integer, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#home ⇒ Object
1133 |
# File 'sig/crawlora.rbs', line 1133
def home: (?time_zone: String, ?sp_t: String, ?facet: String, ?section_items_limit: Integer, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playlist ⇒ Object
1134 |
# File 'sig/crawlora.rbs', line 1134
def playlist: (?uri: String, ?id: String, ?offset: Integer, ?limit: Integer, ?enable_watch_feed_entrypoint: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#playlists_search ⇒ Object
1135 |
# File 'sig/crawlora.rbs', line 1135
def playlists_search: (?q: String, ?offset: Integer, ?limit: Integer, ?number_of_top_results: Integer, ?include_audiobooks: bool, ?include_pre_releases: bool, ?include_album_pre_releases: bool, ?include_authors: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#popular_by_country ⇒ Object
1136 |
# File 'sig/crawlora.rbs', line 1136
def popular_by_country: (?country_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
1137 |
# File 'sig/crawlora.rbs', line 1137
def profile: (?username: String, ?uri: String, ?url: String, ?playlist_limit: Integer, ?artist_limit: Integer, ?episode_limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile_followers ⇒ Object
1138 |
# File 'sig/crawlora.rbs', line 1138
def profile_followers: (?username: String, ?uri: String, ?url: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile_playlists ⇒ Object
1139 |
# File 'sig/crawlora.rbs', line 1139
def profile_playlists: (?username: String, ?uri: String, ?url: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profiles_search ⇒ Object
1140 |
# File 'sig/crawlora.rbs', line 1140
def profiles_search: (?q: String, ?offset: Integer, ?limit: Integer, ?number_of_top_results: Integer, ?include_audiobooks: bool, ?include_pre_releases: bool, ?include_album_pre_releases: bool, ?include_authors: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#search ⇒ Object
1141 |
# File 'sig/crawlora.rbs', line 1141
def search: (?q: String, ?offset: Integer, ?limit: Integer, ?number_of_top_results: Integer, ?include_audiobooks: bool, ?include_artist_has_concerts_field: bool, ?include_pre_releases: bool, ?include_album_pre_releases: bool, ?include_authors: bool, ?include_episode_content_ratings_v2: bool, ?is_prefix: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#section ⇒ Object
1142 |
# File 'sig/crawlora.rbs', line 1142
def section: (?uri: String, ?offset: Integer, ?limit: Integer, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#shows_search ⇒ Object
1143 |
# File 'sig/crawlora.rbs', line 1143
def shows_search: (?q: String, ?offset: Integer, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#track ⇒ Object
1144 |
# File 'sig/crawlora.rbs', line 1144
def track: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#track_recommended ⇒ Object
1145 |
# File 'sig/crawlora.rbs', line 1145
def track_recommended: (?uri: String, ?id: String, ?limit: Integer, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#track_similar_albums ⇒ Object
1146 |
# File 'sig/crawlora.rbs', line 1146
def track_similar_albums: (?uri: String, ?id: String, ?limit: Integer, ?albums_only: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#tracks_search ⇒ Object
1147 |
# File 'sig/crawlora.rbs', line 1147
def tracks_search: (?q: String, ?offset: Integer, ?limit: Integer, ?number_of_top_results: Integer, ?include_audiobooks: bool, ?include_pre_releases: bool, ?include_album_pre_releases: bool, ?include_authors: bool, ?include_episode_content_ratings_v2: bool, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|