JohnBeanLee

Results 2 issues of JohnBeanLee

Because the data of `setBody` not in `$_POST` but in `php://input` ``` private function simpleRequest(Request $request, RestClient $client) { if ($request->getRoute()->isAggregate()) throw new NotImplementedException('Aggregate ' . strtoupper($request->method()) . 's are...