예제 #1
0
 public function open($method = 'GET', $parameters = [])
 {
     parent::open($method, $parameters);
     return new AddRecipeStep($this->client, $this);
 }
예제 #2
0
 public function open($method = 'DELETE', $parameters = [])
 {
     parent::open($method, $parameters);
     return new CreateRecipe($this->client, $this);
 }