[PR #1] [MERGED] Fix people provider #5

Closed
opened 2026-02-28 01:19:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tr4nt0r/python-xbox/pull/1
Author: @tr4nt0r
Created: 10/27/2025
Status: Merged
Merged: 10/27/2025
Merged by: @tr4nt0r

Base: mainHead: fix_people_provider


📝 Commits (1)

📊 Changes

9 files changed (+446 additions, -198 deletions)

View changed files

📝 tests/data/responses/people_batch.json (+48 -9)
📝 tests/data/responses/people_friends_by_xuid.json (+32 -6)
📝 tests/data/responses/people_friends_own.json (+130 -90)
📝 tests/data/responses/people_recommendations.json (+92 -1)
📝 tests/data/responses/people_summary_by_gamertag.json (+1 -0)
📝 tests/data/responses/people_summary_by_xuid.json (+1 -0)
📝 tests/data/responses/people_summary_own.json (+1 -0)
📝 xbox/webapi/api/provider/people/__init__.py (+20 -12)
📝 xbox/webapi/api/provider/people/models.py (+121 -80)

📄 Description

No description provided


🔄 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/tr4nt0r/python-xbox/pull/1 **Author:** [@tr4nt0r](https://github.com/tr4nt0r) **Created:** 10/27/2025 **Status:** ✅ Merged **Merged:** 10/27/2025 **Merged by:** [@tr4nt0r](https://github.com/tr4nt0r) **Base:** `main` ← **Head:** `fix_people_provider` --- ### 📝 Commits (1) - [`57070b2`](https://github.com/tr4nt0r/python-xbox/commit/57070b2f297bb5470efc52fbee421c5f54092e05) Fix people provider ### 📊 Changes **9 files changed** (+446 additions, -198 deletions) <details> <summary>View changed files</summary> 📝 `tests/data/responses/people_batch.json` (+48 -9) 📝 `tests/data/responses/people_friends_by_xuid.json` (+32 -6) 📝 `tests/data/responses/people_friends_own.json` (+130 -90) 📝 `tests/data/responses/people_recommendations.json` (+92 -1) 📝 `tests/data/responses/people_summary_by_gamertag.json` (+1 -0) 📝 `tests/data/responses/people_summary_by_xuid.json` (+1 -0) 📝 `tests/data/responses/people_summary_own.json` (+1 -0) 📝 `xbox/webapi/api/provider/people/__init__.py` (+20 -12) 📝 `xbox/webapi/api/provider/people/models.py` (+121 -80) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:19:09 +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/python-xbox#5
No description provided.