X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fmanifoldapi.py;h=ebb6b4a94a5ae62bc906cff6d2664cf1df343af6;hb=9b09d9222d0311b5212eff97f2b3d7fab134a657;hp=40b95c1dddce80caddc403b90c7de70b5cf8cf34;hpb=d48845006f4fdd65c7f03782a45a785936edf8e3;p=unfold.git diff --git a/engine/manifoldapi.py b/engine/manifoldapi.py index 40b95c1d..ebb6b4a9 100644 --- a/engine/manifoldapi.py +++ b/engine/manifoldapi.py @@ -31,11 +31,9 @@ class ManifoldAPI: # 4amine : xxx def send_manifold_query (self, manifold_query): - (action,method)= (raw_query.action,raw_query.method) + (action,method)= (manifold_query.action,manifold_query.method) if action=='get': - return self.Get(method, - # need to fill in the other args here - ) + return self.proxy.Get(self.auth, method, manifold_query.filters, {}, manifold_query.fields) # xxx... elif action=='others': return None