Skip to content

Commit 16b010e

Browse files
committed
Add licenseExpiration to InfoResponse
1 parent 1240fff commit 16b010e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

json/src/test/data/InfoResponse.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"buildNumber": "6bafb29d",
33
"buildTime": "2015.05.08_12:31:26",
44
"name": "Rosette API",
5-
"version": "0.5.0"
5+
"version": "0.5.0",
6+
"licenseExpiration": "Nov 19, 2020"
67
}

model/src/main/java/com/basistech/rosette/apimodel/InfoResponse.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,9 @@ public class InfoResponse extends Response {
5454
* @return client version checked
5555
*/
5656
private final Boolean versionChecked;
57+
58+
/**
59+
* @return the license expiration date
60+
*/
61+
private final String licenseExpiration;
5762
}

0 commit comments

Comments
 (0)