symphony-api-client-java-1.1.9
New features
- Expose accountType on UserInfo. (#158)
- DatafeedV2 implementation. (#150)
Now bot developers can handle the datafeed events by using datafeed v2 service. Datafeed v1 is still used by default, developers can switch to datafeed v2 by specifying the expected datafeed version inconfig.json
file as such:
{
"datafeedVersion": "v2"
}
Installation
<dependency>
<groupId>com.symphony.platformsolutions</groupId>
<artifactId>symphony-api-client-java</artifactId>
<version>1.1.9</version>
</dependency>