What kind of features does Magento REST API provide? based on the wiki page, it seems only contain the get methods, does it allow to post order, create account, payment, checkout features at all?
I noticed that the SOAP API have a lot more features and more complete documents. What is the link that contains entire Magento REST API doc? the following web page only shows very brief information about the REST API, it doesn't show the format of the REST request
http://www.magentocommerce.com/wiki/doc/webservices-api/introduction_to_rest_api#sales_orders
Here is everything you need to know about the REST API. You can also extend the API To items that are not included by default. (LIke Configurable, Bundled, Related products etc)
http://www.magentocommerce.com/api/rest/introduction.html
Thanks for sharing, I have figured out how to do customized REST API, and built lots of customized REST API code, it's really cool.
Good Job and have fun, mate!
We also had successfully customized xmlconnect for the app