CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/source/modules.rst
docs/source/xbox.webapi.api.client.rst
docs/source/xbox.webapi.api.language.rst
docs/source/xbox.webapi.api.provider.account.rst
docs/source/xbox.webapi.api.provider.achievements.rst
docs/source/xbox.webapi.api.provider.catalog.rst
docs/source/xbox.webapi.api.provider.cqs.rst
docs/source/xbox.webapi.api.provider.gameclips.rst
docs/source/xbox.webapi.api.provider.lists.rst
docs/source/xbox.webapi.api.provider.message.rst
docs/source/xbox.webapi.api.provider.people.rst
docs/source/xbox.webapi.api.provider.presence.rst
docs/source/xbox.webapi.api.provider.profile.rst
docs/source/xbox.webapi.api.provider.rst
docs/source/xbox.webapi.api.provider.screenshots.rst
docs/source/xbox.webapi.api.provider.smartglass.rst
docs/source/xbox.webapi.api.provider.titlehub.rst
docs/source/xbox.webapi.api.provider.usersearch.rst
docs/source/xbox.webapi.api.provider.userstats.rst
docs/source/xbox.webapi.api.rst
docs/source/xbox.webapi.authentication.manager.rst
docs/source/xbox.webapi.authentication.rst
docs/source/xbox.webapi.common.exceptions.rst
docs/source/xbox.webapi.common.rst
docs/source/xbox.webapi.rst
docs/source/xbox.webapi.scripts.authenticate.rst
docs/source/xbox.webapi.scripts.rst
docs/source/xbox.webapi.scripts.search.rst
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_account.py
tests/test_achievements.py
tests/test_auth.py
tests/test_catalog.py
tests/test_cqs.py
tests/test_gameclips.py
tests/test_lists.py
tests/test_message.py
tests/test_people.py
tests/test_presence.py
tests/test_profile.py
tests/test_request_signer.py
tests/test_screenshots.py
tests/test_smartglass.py
tests/test_titlehub.py
tests/test_usersearch.py
tests/test_userstats.py
tests/test_xbl_client.py
tests/data/real_signed_request.json
tests/data/test_signing_key.pem
tests/data/responses/achievements_360_all.json
tests/data/responses/achievements_360_earned.json
tests/data/responses/achievements_360_recent_progress.json
tests/data/responses/achievements_one_details.json
tests/data/responses/achievements_one_gameprogress.json
tests/data/responses/achievements_one_recent_progress.json
tests/data/responses/auth_oauth2_token.json
tests/data/responses/auth_title_endpoints.json
tests/data/responses/auth_user_token.json
tests/data/responses/auth_xsts_token.json
tests/data/responses/catalog_browse.json
tests/data/responses/catalog_browse_details.json
tests/data/responses/catalog_product_lookup.json
tests/data/responses/catalog_product_lookup_legacy.json
tests/data/responses/catalog_search.json
tests/data/responses/cqs_get_channel_list.json
tests/data/responses/cqs_get_schedule.json
tests/data/responses/gameclips_recent_community.json
tests/data/responses/gameclips_recent_own.json
tests/data/responses/gameclips_recent_own_titleid.json
tests/data/responses/gameclips_recent_xuid.json
tests/data/responses/gameclips_recent_xuid_titleid.json
tests/data/responses/gameclips_saved_community.json
tests/data/responses/gameclips_saved_own.json
tests/data/responses/gameclips_saved_own_titleid.json
tests/data/responses/gameclips_saved_xuid.json
tests/data/responses/gameclips_saved_xuid_titleid.json
tests/data/responses/list_add_item.json
tests/data/responses/list_delete_item.json
tests/data/responses/lists_get_items.json
tests/data/responses/message_get_conversation.json
tests/data/responses/message_get_inbox.json
tests/data/responses/message_new_conversation.json
tests/data/responses/message_send_message.json
tests/data/responses/people_batch.json
tests/data/responses/people_friends_by_xuid.json
tests/data/responses/people_friends_own.json
tests/data/responses/people_recommendations.json
tests/data/responses/people_summary_by_gamertag.json
tests/data/responses/people_summary_by_xuid.json
tests/data/responses/people_summary_own.json
tests/data/responses/presence_batch.json
tests/data/responses/presence_own.json
tests/data/responses/profile_batch.json
tests/data/responses/profile_by_gamertag.json
tests/data/responses/profile_by_xuid.json
tests/data/responses/screenshots_recent_community.json
tests/data/responses/screenshots_recent_own.json
tests/data/responses/screenshots_recent_own_titleid.json
tests/data/responses/screenshots_recent_xuid.json
tests/data/responses/screenshots_recent_xuid_titleid.json
tests/data/responses/screenshots_saved_community.json
tests/data/responses/screenshots_saved_own.json
tests/data/responses/screenshots_saved_own_titleid.json
tests/data/responses/screenshots_saved_xuid.json
tests/data/responses/screenshots_saved_xuid_titleid.json
tests/data/responses/smartglass_command.json
tests/data/responses/smartglass_console_list.json
tests/data/responses/smartglass_console_status.json
tests/data/responses/smartglass_installed_apps.json
tests/data/responses/smartglass_op_status.json
tests/data/responses/smartglass_storage_devices.json
tests/data/responses/titlehub_batch.json
tests/data/responses/titlehub_titlehistory.json
tests/data/responses/titlehub_titleinfo.json
tests/data/responses/usersearch_live_search.json
tests/data/responses/userstats_batch.json
tests/data/responses/userstats_batch_by_scid.json
tests/data/responses/userstats_by_scid.json
tests/data/responses/userstats_by_scid_with_metadata.json
xbox/webapi/__init__.py
xbox/webapi/api/__init__.py
xbox/webapi/api/client.py
xbox/webapi/api/language.py
xbox/webapi/api/provider/__init__.py
xbox/webapi/api/provider/baseprovider.py
xbox/webapi/api/provider/account/__init__.py
xbox/webapi/api/provider/account/models.py
xbox/webapi/api/provider/achievements/__init__.py
xbox/webapi/api/provider/achievements/models.py
xbox/webapi/api/provider/catalog/__init__.py
xbox/webapi/api/provider/catalog/const.py
xbox/webapi/api/provider/catalog/models.py
xbox/webapi/api/provider/cqs/__init__.py
xbox/webapi/api/provider/cqs/models.py
xbox/webapi/api/provider/gameclips/__init__.py
xbox/webapi/api/provider/gameclips/models.py
xbox/webapi/api/provider/lists/__init__.py
xbox/webapi/api/provider/lists/models.py
xbox/webapi/api/provider/message/__init__.py
xbox/webapi/api/provider/message/models.py
xbox/webapi/api/provider/people/__init__.py
xbox/webapi/api/provider/people/models.py
xbox/webapi/api/provider/presence/__init__.py
xbox/webapi/api/provider/presence/models.py
xbox/webapi/api/provider/profile/__init__.py
xbox/webapi/api/provider/profile/models.py
xbox/webapi/api/provider/screenshots/__init__.py
xbox/webapi/api/provider/screenshots/models.py
xbox/webapi/api/provider/smartglass/__init__.py
xbox/webapi/api/provider/smartglass/models.py
xbox/webapi/api/provider/titlehub/__init__.py
xbox/webapi/api/provider/titlehub/models.py
xbox/webapi/api/provider/usersearch/__init__.py
xbox/webapi/api/provider/usersearch/models.py
xbox/webapi/api/provider/userstats/__init__.py
xbox/webapi/api/provider/userstats/models.py
xbox/webapi/authentication/__init__.py
xbox/webapi/authentication/manager.py
xbox/webapi/authentication/models.py
xbox/webapi/common/__init__.py
xbox/webapi/common/exceptions.py
xbox/webapi/common/filetimes.py
xbox/webapi/common/models.py
xbox/webapi/common/request_signer.py
xbox/webapi/common/signed_session.py
xbox/webapi/scripts/__init__.py
xbox/webapi/scripts/authenticate.py
xbox/webapi/scripts/change_gamertag.py
xbox/webapi/scripts/friends.py
xbox/webapi/scripts/search.py
xbox_webapi.egg-info/PKG-INFO
xbox_webapi.egg-info/SOURCES.txt
xbox_webapi.egg-info/dependency_links.txt
xbox_webapi.egg-info/entry_points.txt
xbox_webapi.egg-info/namespace_packages.txt
xbox_webapi.egg-info/not-zip-safe
xbox_webapi.egg-info/requires.txt
xbox_webapi.egg-info/top_level.txt