POST /update
status=url+escaped+status
Can you comment on why this was done?
Thanks,
Susan
If you would like to view a status as simply mutable, then you should
probably be using a singleton/singular resource and using the PUT HTTP
method to updates, since this is technically more correct.
Just a few suggestions since the API Documentation does state the API
is "RESTful". Perhaps you can actually make the API truly conform to
RESTful conventions soon?