Jeff C

Results 3 issues of Jeff C

This should resolve the "A stream factory is required to create a request" error

Not sure what I am doing wrong here: ``` $builder = new ClientBuilder(); $client = $builder->createClientV3(config('shortcut.apiKey')); $params = ['group_id' => '121265f3-12f-4b0f-b121-129cf11a8']; $stories = $client->post('stories/search', $params); ``` The response I get...

It seems that no matter what condition I set in shouldBeSearchable(), it doesn't matter. Example: ``` public function shouldBeSearchable() { return $this->approved === 1; } ``` Even when approved is...