Skip to content

Instantly share code, notes, and snippets.

@nunomaduro
Created December 20, 2018 14:26
Show Gist options
  • Save nunomaduro/530d4e0906f6064f29010e0245334b1f to your computer and use it in GitHub Desktop.
Save nunomaduro/530d4e0906f6064f29010e0245334b1f to your computer and use it in GitHub Desktop.
Scout Extended Facades Client
<?php
use Algolia\ScoutExtended\Facades\Algolia;
$client = Algolia::client();
$apiKeys = $client->listApiKeys();
$indices = $client->listIndices();
$client->copyIndex('indexNameSrc', 'indexNameDest');
$client->moveIndex('indexNameSrc', 'indexNameDest');
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment