You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET C# Client for interacting with the [Gotenberg](https://thecodingmachine.github.io/gotenberg) micro-service's API. [Gotenberg](https://github.com/thecodingmachine/gotenberg) is a [Docker-powered stateless API](https://hub.docker.com/r/thecodingmachine/gotenberg) for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable [Polly](http://www.thepollyproject.org/)**retry policy** with exponential backoff for handling transient exceptions.
6
6
@@ -38,14 +38,14 @@ public void ConfigureServices(IServiceCollection services)
Copy file name to clipboardExpand all lines: lib/Gotenberg.Sharp.Api.Client.csproj
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
<Authors>CaptiveAire Systems</Authors>
21
21
<Company>CaptiveAire Systems</Company>
22
22
<PackageTags>Gotenberg pdf C# ApiClient unoconv</PackageTags>
23
-
<Description>A C# api client for the Gotenberg micro-service v6.x, a docker-powered stateless API for converting HTML, Markdown and Office documents to PDF.</Description>
23
+
<Description>A C# API client for interacting with the Gotenberg micro-service's API, a docker-powered stateless API for converting & merging HTML, Markdown and Office documents to PDF. The client supports a configurable Polly retry policy with exponential back-off for handling transient exceptions.</Description>
0 commit comments