Skip to content

Commit 4e0a4d6

Browse files
Merge pull request #2 from sendinblue/update_README_File
Update readme file
2 parents bd80fbd + 7d0a286 commit 4e0a4d6

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ This C# SDK is automatically generated by the [Swagger Codegen](https://github.c
1313
- Build package: io.swagger.codegen.languages.CSharpClientCodegen
1414
For more information, please visit [https://account.sendinblue.com/support](https://account.sendinblue.com/support)
1515

16-
<a name="frameworks-supported"></a>
1716
## Frameworks supported
1817
- .NET 4.0 or later
1918
- Windows Phone 7.1 (Mango)
2019

21-
<a name="dependencies"></a>
2220
## Dependencies
2321
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later
2422
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later
@@ -33,16 +31,20 @@ Install-Package JsonSubTypes
3331

3432
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)
3533

36-
<a name="installation"></a>
3734
## Installation
38-
Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project, and use the namespaces:
35+
- Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project.
36+
37+
**OR**
38+
39+
Install the latest version of our sib_api_v3_sdk from [nuget](https://www.nuget.org/packages/sib_api_v3_sdk/).
40+
41+
- Use the namespaces:
3942
```csharp
4043
using sib_api_v3_sdk.Api;
4144
using sib_api_v3_sdk.Client;
4245
using sib_api_v3_sdk.Model;
4346
```
4447

45-
<a name="getting-started"></a>
4648
## Getting Started
4749

4850
```csharp
@@ -86,7 +88,6 @@ namespace Example
8688
}
8789
```
8890

89-
<a name="documentation-for-api-endpoints"></a>
9091
## Documentation for API Endpoints
9192

9293
All URIs are relative to *https://api.sendinblue.com/v3*
@@ -199,7 +200,6 @@ Class | Method | HTTP request | Description
199200
*WebhooksApi* | [**UpdateWebhook**](docs/WebhooksApi.md#updatewebhook) | **PUT** /webhooks/{webhookId} | Update a webhook
200201

201202

202-
<a name="documentation-for-models"></a>
203203
## Documentation for Models
204204

205205
- [Model.AddContactToList](docs/AddContactToList.md)
@@ -353,17 +353,14 @@ Class | Method | HTTP request | Description
353353
- [Model.GetEmailCampaign](docs/GetEmailCampaign.md)
354354

355355

356-
<a name="documentation-for-authorization"></a>
357356
## Documentation for Authorization
358357

359-
<a name="api-key"></a>
360358
### api-key
361359

362360
- **Type**: API key
363361
- **API key parameter name**: api-key
364362
- **Location**: HTTP header
365363

366-
<a name="partner-key"></a>
367364
### partner-key
368365

369366
The partner key should be passed in the request headers as `partner-key` along with `api-key` pair for successful authentication of partner (Optional).

0 commit comments

Comments
 (0)