Heimdall/app/SearchInterface.php
2019-01-18 18:21:44 +00:00

10 lines
176 B
PHP

<?php namespace App;
use GuzzleHttp\Exception\GuzzleException;
use GuzzleHttp\Client;
interface SearchInterface
{
public function getResults($query, $providerdetails);
}