Esempio n. 1
0
 public function download($id)
 {
     $this->curl->get('/documents/' . $id . '/download');
 }
Esempio n. 2
0
 public function update($id, $data)
 {
     $response = $this->curl->get('/products/' . $id, $data);
     return $response;
 }