Skip to content

Commit 6506e94

Browse files
committed
Update README.md
1 parent 6454c1d commit 6506e94

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -288,25 +288,6 @@ catch (Exception $e) {
288288
}
289289
```
290290

291-
### Gotenberg API (legacy)
292-
293-
> [!WARNING]
294-
> By default API keys are not authorized to access the Gotenberg API. If you need access to the Gotenberg API, please contact Code Inc. to request authorization.
295-
296-
The legacy Gotenberg v8 API can be accessed using the ServicesCloud client as the Gotenberg HTTP client.
297-
298-
Here is an example implementation:
299-
300-
```php
301-
use Gotenberg\Gotenberg;
302-
use Gotenberg\Stream;
303-
use CodeInc\ServicesCloud\Client;
304-
305-
$response = Gotenberg::send(
306-
Gotenberg::libreOffice('https://gotenberg-v8-eu-byzteify.ew.gateway.dev')->convert(/* an Office stream */),
307-
new Client('my api key')
308-
);
309-
```
310291

311292
## License
312293

0 commit comments

Comments
 (0)