Esempio n. 1
0
 def _update(self, endpoint, data, root):
     xml = compose(data, root=root, arrays=self.arrays)
     return self._req('put', endpoint, xml)
Esempio n. 2
0
 def _update(self, endpoint, data, root):
     xml = compose(data, root=root, arrays=self.arrays)
     return self._req('put', endpoint, xml)