Repository URL to install this package:
|
Version:
0.1.6 ▾
|
<?xml version="1.0" encoding="utf-8"?>
<feed xml:base="http://test.com/test.svc/"
xmlns="http://www.w3.org/2005/Atom"
xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<id>http://test.com/test.svc/Boats</id>
<title type="text">Boats</title>
<updated>2013-10-28T19:59:15Z</updated>
<link rel="self" title="Boats" href="Boats" />
<entry>
<id>http://test.com/test.svc/Boats(213L)</id>
<category term="Model.Boat" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<link rel="edit" title="Boat" href="Boats(213L)" />
<title />
<updated>2013-10-28T19:59:15Z</updated>
<author>
<name />
</author>
<content type="application/xml">
<m:properties>
<d:KeyId m:type="Edm.Int64">213</d:KeyId>
<d:color>blue</d:color>
</m:properties>
</content>
</entry>
</feed>