1d65cb6d055c46a1bde809687d835b71.asciidoc 142 B

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