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.
996 |
# File 'sig/crawlora.rbs', line 996
def initialize: (Client, Hash[String, String]) -> void
|
Instance Method Details
#album ⇒ Object
997 |
# File 'sig/crawlora.rbs', line 997
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
998 |
# File 'sig/crawlora.rbs', line 998
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
999 |
# File 'sig/crawlora.rbs', line 999
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
1000 |
# File 'sig/crawlora.rbs', line 1000
def artist: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artist_albums ⇒ Object
1001 |
# File 'sig/crawlora.rbs', line 1001
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
1002 |
# File 'sig/crawlora.rbs', line 1002
def artist_playlists: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artist_related ⇒ Object
1003 |
# File 'sig/crawlora.rbs', line 1003
def artist_related: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#artists_search ⇒ Object
1004 |
# File 'sig/crawlora.rbs', line 1004
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
1005 |
# File 'sig/crawlora.rbs', line 1005
def audiobook: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#audiobook_chapters ⇒ Object
1006 |
# File 'sig/crawlora.rbs', line 1006
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
1007 |
# File 'sig/crawlora.rbs', line 1007
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
1008 |
# File 'sig/crawlora.rbs', line 1008
def chapter: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#episodes_search ⇒ Object
1009 |
# File 'sig/crawlora.rbs', line 1009
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
1010 |
# File 'sig/crawlora.rbs', line 1010
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
1011 |
# File 'sig/crawlora.rbs', line 1011
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
1012 |
# File 'sig/crawlora.rbs', line 1012
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
1013 |
# File 'sig/crawlora.rbs', line 1013
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
1014 |
# File 'sig/crawlora.rbs', line 1014
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
1015 |
# File 'sig/crawlora.rbs', line 1015
def popular_by_country: (?country_code: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#profile ⇒ Object
1016 |
# File 'sig/crawlora.rbs', line 1016
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
1017 |
# File 'sig/crawlora.rbs', line 1017
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
1018 |
# File 'sig/crawlora.rbs', line 1018
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
1019 |
# File 'sig/crawlora.rbs', line 1019
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
1020 |
# File 'sig/crawlora.rbs', line 1020
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
1021 |
# File 'sig/crawlora.rbs', line 1021
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
1022 |
# File 'sig/crawlora.rbs', line 1022
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
1023 |
# File 'sig/crawlora.rbs', line 1023
def track: (?uri: String, ?id: String, ?_response_type: ("auto" | "json" | "text" | "stream"), ?_timeout: Float, ?_headers: Hash[String, String], **untyped) -> untyped
|
#track_recommended ⇒ Object
1024 |
# File 'sig/crawlora.rbs', line 1024
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
1025 |
# File 'sig/crawlora.rbs', line 1025
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
1026 |
# File 'sig/crawlora.rbs', line 1026
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
|