Closed arthuraraujo-msft closed 8 months ago
Helps #50
Following #118, now adding an AppFileEntity.
App File Entity:
{ "Url": "<url>", "ApplicabilityDetails": { "Architectures": [ "<arch>" ], "PlatformApplicabilityForPackage": [ "<applic>" ] }, "FileId": "<id>", "FileMoniker": "<moniker>", "SizeInBytes": "<unsigned>", "Hashes": { "Sha1": "<hash>" }, "DeliveryOptimization": { "<currently ignored>" } }
The API implementations won't be aware of the types, that will only be taken care of during parsing from the server, and during transformation in the final step.
Helps #50
Following #118, now adding an AppFileEntity.
App File Entity:
The API implementations won't be aware of the types, that will only be taken care of during parsing from the server, and during transformation in the final step.