Open HelloGrayson opened 11 years ago
It looks like you have everything set up correctly in your code, I would make sure to have the latest version of both Guzzle and this bundle. Guzzle 3 inserts params differently from previous versions; you would use double brackets {{api_key}} for guzzle versions less than 3.
I will need to update my version requirement in composer! Let me know if you found the solution to this! Thanks
Please advise if there is a workaround for this. Have the same issue - cannot pass any parameters.
Trying to rig up an api call like so:
But my command appears to be calling the following, triggering a 404:
Here is my config:
The command:
And some client code:
Where I finally get the following output:
Am I doing something wrong? What is the best way to debug this?
Thanks much