[PR #557] [MERGED] Implement get_account_info() to get authenticated user's account info (#556) #648

Closed
opened 2026-02-27 23:01:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sigma67/ytmusicapi/pull/557
Author: @apastel
Created: 3/2/2024
Status: Merged
Merged: 3/3/2024
Merged by: @sigma67

Base: mainHead: get-account-data


📝 Commits (7)

  • 080eac6 implement get_account_info to provide information about the authenticated user's account (#556)
  • 37c1c40 Apply suggestions from code review to tests/README.rst
  • bbad2bf simplify get_account_info by moving code out of parsers.py and navigation.py
  • 4cf4e5b test with non-auth account
  • 11ba305 Merge remote-tracking branch 'origin/main' into apastel-get-account-data
  • eb42f67 format
  • a43df24 update .pre-commit-config.yaml

📊 Changes

6 files changed (+60 additions, -1 deletions)

View changed files

📝 .pre-commit-config.yaml (+1 -1)
📝 docs/source/reference.rst (+1 -0)
📝 tests/README.rst (+3 -0)
📝 tests/mixins/test_library.py (+11 -0)
📝 tests/test.example.cfg (+2 -0)
📝 ytmusicapi/mixins/library.py (+42 -0)

📄 Description

Addresses #556

My first PR into the project so please make sure I didn't miss anything or do anything incorrectly!

Here's how it looks in the documentation:

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigma67/ytmusicapi/pull/557 **Author:** [@apastel](https://github.com/apastel) **Created:** 3/2/2024 **Status:** ✅ Merged **Merged:** 3/3/2024 **Merged by:** [@sigma67](https://github.com/sigma67) **Base:** `main` ← **Head:** `get-account-data` --- ### 📝 Commits (7) - [`080eac6`](https://github.com/sigma67/ytmusicapi/commit/080eac64fe5f45daab0186a2a01f45d615397e0d) implement get_account_info to provide information about the authenticated user's account (#556) - [`37c1c40`](https://github.com/sigma67/ytmusicapi/commit/37c1c4003545696f2e60aeb7cb307989d6c21303) Apply suggestions from code review to tests/README.rst - [`bbad2bf`](https://github.com/sigma67/ytmusicapi/commit/bbad2bf3395b1c8d58ad208d266971c09cff1996) simplify get_account_info by moving code out of parsers.py and navigation.py - [`4cf4e5b`](https://github.com/sigma67/ytmusicapi/commit/4cf4e5b2a61b711f4921479de8c3f12a18905b8d) test with non-auth account - [`11ba305`](https://github.com/sigma67/ytmusicapi/commit/11ba3052e033c9108f8d2cef16663e875934ddcd) Merge remote-tracking branch 'origin/main' into apastel-get-account-data - [`eb42f67`](https://github.com/sigma67/ytmusicapi/commit/eb42f670ee4c43a5abaf2037441d35b59a1c5c13) format - [`a43df24`](https://github.com/sigma67/ytmusicapi/commit/a43df2472a24775df2bc9c8b090b547d93caa485) update .pre-commit-config.yaml ### 📊 Changes **6 files changed** (+60 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.pre-commit-config.yaml` (+1 -1) 📝 `docs/source/reference.rst` (+1 -0) 📝 `tests/README.rst` (+3 -0) 📝 `tests/mixins/test_library.py` (+11 -0) 📝 `tests/test.example.cfg` (+2 -0) 📝 `ytmusicapi/mixins/library.py` (+42 -0) </details> ### 📄 Description Addresses #556 My first PR into the project so please make sure I didn't miss anything or do anything incorrectly! Here's how it looks in the documentation: ![image](https://github.com/sigma67/ytmusicapi/assets/8836343/9ef6b8eb-cdb7-463b-94c8-86b7f3a5fcdd) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:01:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ytmusicapi#648
No description provided.