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,16 +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, 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:
39
42
```csharp
40
43
usingsib_api_v3_sdk.Api;
41
44
usingsib_api_v3_sdk.Client;
42
45
usingsib_api_v3_sdk.Model;
43
46
```
44
47
45
-
<aname="getting-started"></a>
46
48
## Getting Started
47
49
48
50
```csharp
@@ -86,7 +88,6 @@ namespace Example
86
88
}
87
89
```
88
90
89
-
<aname="documentation-for-api-endpoints"></a>
90
91
## Documentation for API Endpoints
91
92
92
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