mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Remove bootstrap.php
This commit is contained in:
@@ -16,12 +16,12 @@ $client = new \GuzzleHttp\Client();
|
||||
$request = new \ApaiIO\Request\GuzzleRequest($client);
|
||||
|
||||
$conf
|
||||
->setCountry('com')
|
||||
->setAccessKey($pubkey)
|
||||
->setSecretKey($privkey)
|
||||
->setAssociateTag($asstag)
|
||||
->setRequest($request)
|
||||
->setResponseTransformer(new \ApaiIO\ResponseTransformer\XmlToSimpleXmlObject());
|
||||
->setCountry('com')
|
||||
->setAccessKey($pubkey)
|
||||
->setSecretKey($privkey)
|
||||
->setAssociateTag($asstag)
|
||||
->setRequest($request)
|
||||
->setResponseTransformer(new \ApaiIO\ResponseTransformer\XmlToSimpleXmlObject());
|
||||
|
||||
$search = new Search();
|
||||
$search->setCategory('VideoGames');
|
||||
|
||||
Reference in New Issue
Block a user