[Opensim-dev] Inventory REST in OpenSim 0.7
Marck
marck00 at nexgo.de
Tue Jul 27 11:29:04 UTC 2010
In an attempt to find a way for OpenSim 0.7 (post fixes) to purge the "My Suitcase" folder (this folder is used with hypergrid 1.5), I had a closer look at the REST interface to inventory. Thanks to the documentation in the wiki, I was able to build a REST URI for listing the contents of a specified inventory folder. However, the request never generates any response. In the OpenSim log I can see that the request is actually routed to the appropriate handler class. Eventually, I found that the implementation of the relevant method OpenSim.ApplicationPlugins.Rest.Inventory.RestInventoryServices.DoInventory() consists of a single debug output call only. The actual implementation of this method is commented out with the remark "!!! REFACTORING PROBLEM".
I can't believe that I am the only one who actually wants to use this REST call. But I could not find any related report in Mantis either. Am I missing something here or is this REST call actually not available at this time?
More information about the Opensim-dev
mailing list