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
-
Guilherme Silveira April 28th, 2010 @ 12:24 PM
- Milestone cleared.
- State changed from new to resolved
-
Guilherme Silveira April 28th, 2010 @ 01:07 PM
- Milestone set to v0.7.1
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 »