From a8447ac4be937c03896b34cf1102aed76e238f9b Mon Sep 17 00:00:00 2001 From: Hassan Faghihi <1919241+deadmann@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:36:13 +0330 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4494ad..722197f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A utility code that can be used to request Data from services... This library is based on my experience and need of working in the past company, taking many services in. I could handle any request so far using it, and every time I felt it doesn't support my need, i tried to expand it. [![NuGet](https://img.shields.io/badge/nuget-v1.7.0-blue)](https://www.nuget.org/packages/AdvancedRestHandler/) +[![Build and Test](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/main.yml/badge.svg)](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/main.yml) +[![SonarCloud](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/build.yml/badge.svg)](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/build.yml) First install the package using following commands, or download it manually from release section... @@ -57,4 +59,4 @@ The Arh `RestHandlerInitializerOptions` is a model that provide options that you ### RestHandlerRequestOptions: The Arh `RestHandlerRequestOptions` is a model that provide options per request of ARH - - `SslProtocols`: (Does nothing if is set) This option allow you to change your request SSL/TSL protocols \ No newline at end of file + - `SslProtocols`: (Does nothing if is set) This option allow you to change your request SSL/TSL protocols