#45 ✓resolved
Guilherme Silveira

Support json on the client side

Reported by Guilherme Silveira | April 27th, 2010 @ 12:21 PM | in v0.7.1

Add support to JSON in both ways:

Restfulie.at('http://localhost:3000/items').as('application/json').post('{"item" : {"name" : "calpis", "price" : 3}}')

Restfulie.at('http://localhost:3000/items').as('application/json').post({:item => {:name => :calpis, :price => 3}})

i.e. if it's a String, just send it through, otherwise serialize it.

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 »

Shared Ticket Bins

People watching this ticket

Tags

Pages