You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, please visit [https://account.sendinblue.com/support](https://account.sendinblue.com/support)
15
15
16
-
<aname="frameworks-supported"></a>
17
16
## Frameworks supported
18
17
- .NET 4.0 or later
19
18
- Windows Phone 7.1 (Mango)
20
19
21
-
<aname="dependencies"></a>
22
20
## Dependencies
23
21
-[RestSharp](https://www.nuget.org/packages/RestSharp) - 105.1.0 or later
24
22
-[Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later
@@ -33,18 +31,20 @@ Install-Package JsonSubTypes
33
31
34
32
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)
35
33
36
-
<aname="installation"></a>
37
34
## 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.
39
36
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:
41
42
```csharp
42
43
usingsib_api_v3_sdk.Api;
43
44
usingsib_api_v3_sdk.Client;
44
45
usingsib_api_v3_sdk.Model;
45
46
```
46
47
47
-
<aname="getting-started"></a>
48
48
## Getting Started
49
49
50
50
```csharp
@@ -88,7 +88,6 @@ namespace Example
88
88
}
89
89
```
90
90
91
-
<aname="documentation-for-api-endpoints"></a>
92
91
## Documentation for API Endpoints
93
92
94
93
All URIs are relative to *https://api.sendinblue.com/v3*
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