Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

client->get() doesn't support params #3

Open
tarjei opened this issue May 8, 2014 · 1 comment
Open

client->get() doesn't support params #3

tarjei opened this issue May 8, 2014 · 1 comment

Comments

@tarjei
Copy link

tarjei commented May 8, 2014

Hi, even though many of your API GET methods require various params, your GET method does not support it and feils silently. This causes unexpected behaviour.

function get($path) { return $this->request('get', $path); }
should be:
function get($path) { return $this->request('get', $path, $params = null); }

@raimo
Copy link
Contributor

raimo commented May 8, 2014

Could someone open a pull request on this? I suppose the params are supported by the used library

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants