client should parse atom entry
Reported by Guilherme Silveira | April 3rd, 2010 @ 08:19 PM | in v0.7
If the server returns an atom entry, the client complains that its not a feed. Entries should also be supported, i.e.:
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns=\"http://www.w3.org/2005/Atom\">
<title>Order 1</title>
<id>http://localhost:3000/orders/1</id>
<updated>2010-04-03T22:45:47Z</updated>
<link href=\"http://localhost:3000/orders/1\" rel=\"self\"/>
</entry>
Comments and changes to this ticket
-
Guilherme Silveira April 7th, 2010 @ 05:05 PM
As George suggested, try to convert to feed, if something occurrs, tries to do it as an entry.
-
Guilherme Silveira April 8th, 2010 @ 05:58 PM
- Milestone set to v0.7
- Tag set to atom, client
- State changed from new to resolved
Implemented at branch
http://github.com/caelum/restfulie/tree/atom_entry
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »