Image Added
Contents
...
The primary focus is to allow users of such SDKs to be very clear on what to expect when starting to build on them. This would cover both functional and non-functional expectations.
Current projects recap
<dependency>
Code Block |
---|
language | xml |
---|
title | Maven dependencies |
---|
| <dependency>
|
|
<groupId>org<groupId>org.symphonyoss. |
|
symphony<<artifactId>symphony<artifactId>symphony-authenticator-java-jersey2- |
|
client<<version>$<version>${symphony-api-version}</version> |
|
<groupId>org<groupId>org.symphonyoss. |
|
symphony<<artifactId>symphony<artifactId>symphony-agent-java-jersey2- |
|
client<<version>$<version>${symphony-api-version}</version> |
|
<groupId>org<groupId>org.symphonyoss. |
|
symphony<<artifactId>symphony<artifactId>symphony-pod-java-jersey2- |
|
client<<version>$<version>${symphony-api-version}</version> |
|
Definition
- Binding:
- A language binding is a language-specific implementation of the Symphony REST API, that facilitates implementations is that particular language.
...