@@ -263,6 +263,9 @@ |
||
| 263 | 263 | return $ch; |
| 264 | 264 | } |
| 265 | 265 | |
| 266 | + /** |
|
| 267 | + * @param string $path |
|
| 268 | + */ |
|
| 266 | 269 | private function writeData($path, $data, $method = 'PUT', $options = array()) |
| 267 | 270 | { |
| 268 | 271 | $jsonData = json_encode($data); |