DoSomething / gateway

:lock_with_ink_pen: An opinionated PHP REST API client.
MIT License
2 stars 0 forks source link

Allow Gambit campaigns filtering #68

Closed sergiitk closed 7 years ago

sergiitk commented 7 years ago

What's this PR do?

Any background context you want to provide?

Now it's possible to load only campaigns with campaignbot enabled.

$gambitCampaigns = $gambit->getAllCampaigns(['campaignbot'] => true);