Forum OpenACS Development: [ns_conn user_id] doesn't work with HTTP "PUT" verb

Hi!

We're currently working on a generic REST interface for ]po[, but ran into problems with PUT calls:

- We've updated the request processor
- We've also added PUT and DELETE to a few other routines, so the processing now works
- However, calling [ns_conn user_id] doesn't work yet

Any suggestions where to look?

Btw., the ]po[ REST interface is already capable of returning generic JSON data structures for some 100 different ]po[ business objects. We plan to use this in conjunction with the Sencha AJAX library to provide users with a way to customize ]po[ without having to learn TCL...

Cheers!
Frank

Collapse
Posted by Jeff Rogers on
There is no [ns_conn user_id] command. Do you want [ad_conn user_id] instead?