-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with invalid package ids, add info about other endpoints
- Loading branch information
Showing
2 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
These are all of the endpoints I found relating to MSIXVC link generation: | ||
|
||
- https://packagespc.xboxlive.com/GetBasePackage/<ContentId> | Get all available information about a given package (Latest base package, .phf files, multiple .xsp files) | ||
- https://packagespc.xboxlive.com/GetSpecificBasePackage/<ContentId>/<UpdateId> | Get all available information about a given package and its update id. (Note: Does not return information about previous updates, at least from my testing.) | ||
- https://updatespc.xboxlive.com/IsContentUpdateAvailable | POST: `{"ContentId": "<ContentId>", "UpdateId", "<UpdateId>", "UpdateMode": <UpdateMode enum int>}` | Returns information about available updates and their packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters