Skip to content

Commit c6c4a07

Browse files
authored
Merge pull request #23 from sendinblue/feature_AP-952
Feature ap 952
2 parents 3f9b6e0 + 7a60c7e commit c6c4a07

File tree

70 files changed

+1814
-546
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+1814
-546
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ target
2020
.gradle
2121
build
2222
.idea/
23-
target/
23+
target/
24+
Out/
25+
sib-api-v3-sdk.iml
26+
APIv3-java-library.iml

.swagger-codegen/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.9
1+
2.4.12

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add this dependency to your project's POM:
2222
<dependency>
2323
<groupId>com.sendinblue</groupId>
2424
<artifactId>sib-api-v3-sdk</artifactId>
25-
<version>4.1.1</version>
25+
<version>5.0.0</version>
2626
<scope>compile</scope>
2727
</dependency>
2828
```
@@ -32,7 +32,7 @@ Add this dependency to your project's POM:
3232
Add this dependency to your project's build file:
3333

3434
```groovy
35-
compile "com.sendinblue:sib-api-v3-sdk:4.1.1"
35+
compile "com.sendinblue:sib-api-v3-sdk:5.0.0"
3636
```
3737

3838
### Others
@@ -45,7 +45,7 @@ At first generate the JAR by executing:
4545

4646
Then manually install the following JARs:
4747

48-
* target/sib-api-v3-sdk-4.1.1.jar
48+
* target/sib-api-v3-sdk-5.0.0.jar
4949
* target/lib/*.jar
5050

5151
## Getting Started

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.sendinblue'
5-
version = '4.1.1'
5+
version = '5.0.0'
66

77
buildscript {
88
repositories {

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.sendinblue",
44
name := "sib-api-v3-sdk",
5-
version := "4.1.1",
5+
version := "5.0.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),
99
publishArtifact in (Compile, packageDoc) := false,
1010
resolvers += Resolver.mavenLocal,
1111
libraryDependencies ++= Seq(
12-
"io.swagger" % "swagger-annotations" % "1.5.15",
12+
"io.swagger" % "swagger-annotations" % "1.5.17",
1313
"com.squareup.okhttp" % "okhttp" % "2.7.5",
1414
"com.squareup.okhttp" % "logging-interceptor" % "2.7.5",
1515
"com.google.code.gson" % "gson" % "2.8.1",

docs/AbTestCampaignResult.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Name | Type | Description | Notes
1010
**openRate** | **String** | Open rate for current winning version | [optional]
1111
**clickRate** | **String** | Click rate for current winning version | [optional]
1212
**winningVersionRate** | **String** | Open/Click rate for the winner version | [optional]
13+
**statistics** | [**AbTestCampaignResultStatistics**](AbTestCampaignResultStatistics.md) | | [optional]
14+
**clickedLinks** | [**AbTestCampaignResultClickedLinks**](AbTestCampaignResultClickedLinks.md) | | [optional]
1315

1416

1517
<a name="WinningVersionEnum"></a>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# AbTestCampaignResultClickedLinks
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**versionA** | [**AbTestVersionClicks**](AbTestVersionClicks.md) | |
8+
**versionB** | [**AbTestVersionClicks**](AbTestVersionClicks.md) | |
9+
10+
11+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
# AbTestCampaignResultStatistics
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**openers** | [**AbTestVersionStats**](AbTestVersionStats.md) | |
8+
**clicks** | [**AbTestVersionStats**](AbTestVersionStats.md) | |
9+
**unsubscribed** | [**AbTestVersionStats**](AbTestVersionStats.md) | |
10+
**hardBounces** | [**AbTestVersionStats**](AbTestVersionStats.md) | |
11+
**softBounces** | [**AbTestVersionStats**](AbTestVersionStats.md) | |
12+
**complaints** | [**AbTestVersionStats**](AbTestVersionStats.md) | |
13+
14+
15+

docs/AbTestVersionClicks.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
# AbTestVersionClicks
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
8+
9+

docs/AbTestVersionClicksInner.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# AbTestVersionClicksInner
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**link** | **String** | URL of the link |
8+
**clicksCount** | [**BigDecimal**](BigDecimal.md) | Number of times a link is clicked |
9+
**clickRate** | **String** | Percentage of clicks of link with respect to total clicks |
10+
11+
12+

0 commit comments

Comments
 (0)