changeset 7:bd52d9445a41

trying to rework
author casties
date Tue, 20 Jul 2010 15:09:32 +0200
parents 7539a9e69365
children a9a49f5765c9
files RestDbInterface.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/RestDbInterface.py	Wed Jun 16 11:47:06 2010 +0000
+++ b/RestDbInterface.py	Tue Jul 20 15:09:32 2010 +0200
@@ -21,7 +21,7 @@
 
 class RestDbInterface(Folder):
     """Object for RESTful database queries
-    path schema: /[XML,JSON,HTML]/{schema}/{table}/
+    path schema: /db/{schema}/{table}/
     omitting table gives a list of schemas
     omitting table and schema gives a list of schemas 
     """