start multi-culture implementation
This commit is contained in:
@@ -50,7 +50,7 @@ namespace OnePeek.Api
|
||||
{
|
||||
IEnumerable<XElement> childs = x.Descendants();
|
||||
return new AppImage()
|
||||
{
|
||||
{
|
||||
Urn = childs.Get("id"),
|
||||
Rotation = childs.GetShort("orientation")
|
||||
};
|
||||
@@ -75,5 +75,12 @@ namespace OnePeek.Api
|
||||
Uri uri = EndpointUris.GetWindowsPhoneImageUri(urn, type);
|
||||
return await ApiHttpClient.Instance.GetStream(uri);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public async Task<Dictionary<StoreCultureType, IEnumerable<AppMetadata>>> GetMetadataForAllCultures(string appId, StoreType store)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user