#11 ✓resolved
Guilherme Silveira

Support link following for json

Reported by Guilherme Silveira | June 18th, 2010 @ 10:27 AM | in upcoming release

When json 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

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.

New-ticket Create new ticket

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

Shared Ticket Bins

Pages