refactor!: refactored response models
doc: documented all public methods
This commit is contained in:
parent
4c1876cb55
commit
f526ab38eb
37 changed files with 600 additions and 255 deletions
|
|
@ -26,6 +26,9 @@ struct QBrowseParams<'a> {
|
|||
}
|
||||
|
||||
impl RustyPipeQuery {
|
||||
/// Get a YouTube Music artist page
|
||||
///
|
||||
/// Set `all_albums` to [`true`] if you want to fetch the albums behind the *More* buttons, too.
|
||||
pub async fn music_artist<S: AsRef<str>>(
|
||||
&self,
|
||||
artist_id: S,
|
||||
|
|
|
|||
Reference in a new issue