138ccd89f72aa7502dd9578403dcc589.asciidoc 142 B

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