adding c# community client

This commit is contained in:
Julien Neuhart
2019-12-03 15:21:14 +01:00
parent 765dc734a4
commit e255f9bfc5
2 changed files with 2 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ $ composer require thecodingmachine/gotenberg-php-client
## Community clients
* [JavaScript/TypeScript client](https://github.com/yumauri/gotenberg-js-client) by [yumauri](https://github.com/yumauri)
* [C# client](https://github.com/ChangemakerStudios/GotenbergSharpApiClient) by [ChangemakerStudios](https://github.com/ChangemakerStudios)

View File

@@ -228,6 +228,7 @@ Gotenberg API is available at <a href="http://localhost:3000">http://localhost:3
<ul>
<li><a href="https://github.com/yumauri/gotenberg-js-client">JavaScript/TypeScript client</a> by <a href="https://github.com/yumauri">yumauri</a></li>
<li><a href="https://github.com/ChangemakerStudios/GotenbergSharpApiClient">C# client</a> by <a href="https://github.com/ChangemakerStudios">ChangemakerStudios</a></li>
</ul>
</div>