To make a query via the data service I'm having to resort to manually generating a request via the Infusionsoft class instead of relying on the DataService class. Reason being there are non-optional parameters defined in the query method on line 73 of DataService.php which when specified and passed to the request method of the client, returns an XML-RPC error saying "No method matching arguments".
Either this library demands PHP have warnings for unspecified method parameters turned off (not the best practice) or it's just plain broken. Please fix.
To make a query via the data service I'm having to resort to manually generating a request via the Infusionsoft class instead of relying on the DataService class. Reason being there are non-optional parameters defined in the query method on line 73 of DataService.php which when specified and passed to the request method of the client, returns an XML-RPC error saying "No method matching arguments".
Either this library demands PHP have warnings for unspecified method parameters turned off (not the best practice) or it's just plain broken. Please fix.