adding clients section

This commit is contained in:
Julien Neuhart
2018-04-18 17:05:22 +02:00
parent 4b08159289
commit a8a13e8d9e
2 changed files with 12 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ reimplementing a solution from a project to another project. Meh.
* [Security](#security)
* [Scalability](#scalability)
* [Custom implementation](#custom-implementation)
* [Clients](#clients)
## Usage
@@ -128,6 +129,11 @@ a way to change the commands called for each kind of conversion. The configurati
The default configuration is located here: [.ci/gotenberg.yml](.ci/gotenberg.yml)
## Clients
* https://github.com/thecodingmachine/gotenberg-php-client (PHP client)
* Add your own client by submitting a [pull request](../../pulls)!
---
Would you like to update this documentation ? Feel free to open an [issue](../../issues).

View File

@@ -36,6 +36,7 @@ reimplementing a solution from a project to another project. Meh.
* [Security](#security)
* [Scalability](#scalability)
* [Custom implementation](#custom-implementation)
* [Clients](#clients)
## Usage
@@ -128,6 +129,11 @@ a way to change the commands called for each kind of conversion. The configurati
The default configuration is located here: [.ci/gotenberg.yml](.ci/gotenberg.yml)
## Clients
* https://github.com/thecodingmachine/gotenberg-php-client (PHP client)
* Add your own client by submitting a [pull request](../../pulls)!
---
Would you like to update this documentation ? Feel free to open an [issue](../../issues).