2468ab381257d759d8a88af1141f6f9c.asciidoc 152 B

12345678910
  1. // docs/get.asciidoc:288
  2. [source, php]
  3. ----
  4. $params = [
  5. 'index' => 'twitter',
  6. 'id' => '1',
  7. ];
  8. $response = $client->existsSource($params);
  9. ----