try some things

This commit is contained in:
2015-03-29 22:47:14 +02:00
parent 3fe05ad8e3
commit d2281f329a
+4
View File
@@ -5,6 +5,8 @@ using System;
using System.Diagnostics;
using System.IO;
using System.Threading.Tasks;
using System.Xml.Linq;
using System.Linq;
namespace OnePeek.Api
{
@@ -23,6 +25,8 @@ namespace OnePeek.Api
try
{
//string entryXml = XDocument.Parse(xml).Descendants().FirstOrDefault(x => x.Name.LocalName == "entry").ToString();
AppMetadata result = Deserialize.Xml<AppMetadata>(xml);
result.Id = appId;
return result;