Support post marshalling with json
Reported by Guilherme Silveira | May 31st, 2010 @ 08:07 PM | in upcoming release
depends on ticket 6
Support
Restfulie.at('uri').as('application/json').post(some_object)
Where some_object is a hash
In this case, serialize this hash as an json and send it to the
server
Note that in order to decide the marshalling algorithm, it should use the global media type control (hash) that maps a string to a driver (marshaller+unmarshaller)
Comments and changes to this ticket
-
Rodrigo Manhães December 7th, 2010 @ 10:41 PM
- State changed from new to resolved
- Assigned user set to Rodrigo Manhães
- Milestone order changed from 0 to 0
Implemented by Douglas Camata
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 »
A python port of restfulie