for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Konsulting\JustGivingApiSdk\ResourceClients;
class CountriesClient extends BaseClient
{
protected $aliases = [
'countries' => 'ListCountries',
];
public function countries()
return $this->get("countries");
}