Sha256: 4882a9b90b6583f151d2d6da7dbfc89f28d8a8e447d8ef20359bc543bd4c71e1
Contents?: true
Size: 1.32 KB
Versions: 5
Compression:
Stored size: 1.32 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Related Songs feed</title> <link href="http://localhost:4567/related_songs" rel="self" type='application/atom+xml'/> <updated>2010-12-13T18:30:02Z</updated> <author> <name>Your company</name> </author> <id>http://localhost:4567/related_songs</id> <entry> <title>Song 1</title> <id>http://localhost:4567/songs_1</id> <updated>2010-01-18T16:35:18Z</updated> <published>2010-01-18T16:35:18Z</published> <link href="http://localhost:4567/song_1" rel="self" type='application/atom+xml'/> <link href="http://localhost:4567/song_4" rel="similar_song" type='application/atom+xml'/> <link href="http://localhost:4567/image/1/1" rel="images"/> <link href="http://localhost:4567/image/1/2" rel="images"/> </entry> <entry> <title>Song 2</title> <id>http://localhost:4567/songs_2</id> <updated>2010-01-18T16:35:18Z</updated> <published>2010-01-18T16:35:18Z</published> <link href="http://localhost:4567/song_2" rel="self" type='application/atom+xml'/> <link href="http://localhost:4567/related_songs" rel="similar_song" type='application/atom+xml'/> <link href="http://localhost:4567/image/2/1" rel="images"/> <link href="http://localhost:4567/image/2/1" rel="images"/> </entry> </feed>
Version data entries
5 entries across 5 versions & 2 rubygems