app\Economic::getContacts PHP Method

getContacts() public static method

public static getContacts ( )
    public static function getContacts()
    {
        $res = self::getClient()->request('GET', 'https://restapi.e-conomic.com/customers ');
        return json_decode($res->getBody(), true);
    }