-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update documentation for last 7.x version
- Loading branch information
Showing
6 changed files
with
129 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
id: clients | ||
title: Clients | ||
--- | ||
|
||
Most routes within Gotenberg are designed to accept *multipart/form-data* requests. | ||
|
||
**There's no need for a custom client to create these requests, as the majority of programming languages and tools, | ||
including cURL, offer native support.** | ||
|
||
However, due to popular demand, both we and our community have developed a range of clients for ease of use: | ||
|
||
* Our *official* PHP client for Gotenberg is available in the [gotenberg/gotenberg-php](https://github.com/gotenberg/gotenberg-php) package. | ||
* A collection of community-created clients can be found on the [Awesome list](https://github.com/gotenberg/awesome-gotenberg#clients). | ||
|
||
In the upcoming [routes](/docs/routes) guide, we'll explore how to utilize the different routes offered by Gotenberg. | ||
|
||
While we will provide basic cURL examples, remember that there are numerous methods to create *multipart/form-data* requests, | ||
such as using streams or specifying file locations directly for form files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.