I am playing with REST services in qooxdoo and I have seen that there is a experimental class http://manual.qooxdoo.org/1.6/pages/communication/rest.html
that allows to create easily the communication but I cannot find any example for the followings :
- how do I pass the payload (json) to a put/post request?
- how do I pass arguments in the url like www.example.com/customers?arg1=20
thanks in advice.