Client Configurations + Auto-Retry on HTTP Request Failure #31

Merged
MarciiTheDev merged 3 commits from feature/client-configuration into dev 2024-05-11 15:22:10 +00:00
Showing only changes of commit c1d3d88d23 - Show all commits

View File

@ -1,6 +1,6 @@
# ClientOptions
ClientOptions is a type which is used to specify the options of a client. It is used in the [Client](../classes/Client) class when creating a new client.
ClientOptions is a type which is used to specify the options of a client. It is used in the [MarcSyncClient](../classes/MarcSyncClient) class when creating a new client.
## Type Definition