Support link following for xml
Reported by Guilherme Silveira | June 18th, 2010 @ 10:26 AM | in upcoming release
When xmls with links are received, allows the client to follow those links by doing:
user = Restfulie.at(uri).get
client = user.links.client.get
Or
city = user.addresses[2].links.city.get
If js does not allow method missing alike:
client = user.links['client'].get
city = user.addresses[2].links['city'].get
Comments and changes to this ticket
-
Carlos Alberto (euprogramador) June 18th, 2010 @ 03:42 PM
- State changed from new to resolved
Implemented.
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 »
Restfulie's javascript port