Skip to content

Commit 4c0a526

Browse files
Updated README File
1 parent c37b904 commit 4c0a526

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 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,18 +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 OR install the latest version of our sib_api_v3_sdk from [nuget](https://www.nuget.org/packages/sib_api_v3_sdk/)
35+
- Include the Dependencies (RestSharp, Json.NET and JsonSubTypes as mentioned in Dependencies section) in the C# project.
3936

40-
- Use the namespaces:
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:
4142
```csharp
4243
using sib_api_v3_sdk.Api;
4344
using sib_api_v3_sdk.Client;
4445
using sib_api_v3_sdk.Model;
4546
```
4647

47-
<a name="getting-started"></a>
4848
## Getting Started
4949

5050
```csharp
@@ -88,7 +88,6 @@ namespace Example
8888
}
8989
```
9090

91-
<a name="documentation-for-api-endpoints"></a>
9291
## Documentation for API Endpoints
9392

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

203202

204-
<a name="documentation-for-models"></a>
205203
## Documentation for Models
206204

207205
- [Model.AddContactToList](docs/AddContactToList.md)
@@ -355,17 +353,14 @@ Class | Method | HTTP request | Description
355353
- [Model.GetEmailCampaign](docs/GetEmailCampaign.md)
356354

357355

358-
<a name="documentation-for-authorization"></a>
359356
## Documentation for Authorization
360357

361-
<a name="api-key"></a>
362358
### api-key
363359

364360
- **Type**: API key
365361
- **API key parameter name**: api-key
366362
- **Location**: HTTP header
367363

368-
<a name="partner-key"></a>
369364
### partner-key
370365

371366
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)