diff --git a/src/Service/DocumentService.php b/src/Service/DocumentService.php new file mode 100644 index 00000000..2e2ca655 --- /dev/null +++ b/src/Service/DocumentService.php @@ -0,0 +1,23 @@ +httpClient->get( + $this->getFullUrl($path), + [ + 'headers' => $this->getBasicHeaders(), + ] + ); + + return $response->getBody()->getContents(); + } +} \ No newline at end of file