You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`totp_generate_code(seed: str) -> str`|`totp`|`GET /auth/totp/code`|`exposed`|used by at least one public REST route|
736
+
|`totp_generate_seed(self) -> str`|`totp`|`GET /auth/totp/seed`|`exposed`|used by at least one public REST route|
736
737
|`track_download_by_url(self, url: str, filename: str = '', folder: pathlib._local.Path = '') -> pathlib._local.Path`|`track`|`GET /track/download/by/url`|`exposed`| used by at least one public REST route |
737
738
|`track_info_by_canonical_id(self, music_canonical_id: str) -> aiograpi.types.Track`|`track`|`GET /track`|`exposed`| used by at least one public REST route |
738
739
|`track_info_by_id(self, track_id: str, max_id: str = '') -> Dict`|`track`|`GET /track`|`exposed`| used by at least one public REST route |
0 commit comments