From c37b904361fb43bc3b81ba72474e8d6927543083 Mon Sep 17 00:00:00 2001 From: amitsendinblue Date: Mon, 1 Apr 2019 14:42:28 +0530 Subject: [PATCH 1/3] Updated Readme File --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc1bcd..c76b5e8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploa ## Installation -Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project, and use the namespaces: +- Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project OR install the latest version of our sib_api_v3_sdk from [nuget](https://www.nuget.org/packages/sib_api_v3_sdk/) + +- Use the namespaces: ```csharp using sib_api_v3_sdk.Api; using sib_api_v3_sdk.Client; From 4c0a526f830a85ad4c2c8de5fe7d625a1b2dedc9 Mon Sep 17 00:00:00 2001 From: amitsendinblue Date: Mon, 1 Apr 2019 15:03:33 +0530 Subject: [PATCH 2/3] Updated README File --- README.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c76b5e8..7f05ead 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,10 @@ This C# SDK is automatically generated by the [Swagger Codegen](https://github.c - Build package: io.swagger.codegen.languages.CSharpClientCodegen For more information, please visit [https://account.sendinblue.com/support](https://account.sendinblue.com/support) - ## Frameworks supported - .NET 4.0 or later - Windows Phone 7.1 (Mango) - ## Dependencies - [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later - [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later @@ -33,18 +31,20 @@ Install-Package JsonSubTypes NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742) - ## Installation -- Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project OR install the latest version of our sib_api_v3_sdk from [nuget](https://www.nuget.org/packages/sib_api_v3_sdk/) +- Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project. -- Use the namespaces: + **OR** + + Install the latest version of our sib_api_v3_sdk from [nuget](https://www.nuget.org/packages/sib_api_v3_sdk/). + + - Use the namespaces: ```csharp using sib_api_v3_sdk.Api; using sib_api_v3_sdk.Client; using sib_api_v3_sdk.Model; ``` - ## Getting Started ```csharp @@ -88,7 +88,6 @@ namespace Example } ``` - ## Documentation for API Endpoints All URIs are relative to *https://api.sendinblue.com/v3* @@ -201,7 +200,6 @@ Class | Method | HTTP request | Description *WebhooksApi* | [**UpdateWebhook**](docs/WebhooksApi.md#updatewebhook) | **PUT** /webhooks/{webhookId} | Update a webhook - ## Documentation for Models - [Model.AddContactToList](docs/AddContactToList.md) @@ -355,17 +353,14 @@ Class | Method | HTTP request | Description - [Model.GetEmailCampaign](docs/GetEmailCampaign.md) - ## Documentation for Authorization - ### api-key - **Type**: API key - **API key parameter name**: api-key - **Location**: HTTP header - ### partner-key The partner key should be passed in the request headers as `partner-key` along with `api-key` pair for successful authentication of partner (Optional). From 7d0a286f0ae0baef697350ba6c70b2bf255d19d2 Mon Sep 17 00:00:00 2001 From: Amit Joshi <40165148+amitsendinblue@users.noreply.github.com> Date: Mon, 1 Apr 2019 15:05:26 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f05ead..5ecda7a 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,9 @@ NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploa ## Installation - Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project. - **OR** + **OR** - Install the latest version of our sib_api_v3_sdk from [nuget](https://www.nuget.org/packages/sib_api_v3_sdk/). + Install the latest version of our sib_api_v3_sdk from [nuget](https://www.nuget.org/packages/sib_api_v3_sdk/). - Use the namespaces: ```csharp