Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note

Document status: 

Status
colourYellow
titleDRAFT

Image Added

Contents


Table of Contents
maxLevel2

...

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

LanguageProjectStatusProject owner
Java


Jersey2 -  swagger generated binding of symphony-api-spec.

<dependency>
Code Block
languagexml
titleMaven dependencies
<dependency>
    
<groupId>org
<groupId>org.symphonyoss.
symphony<
symphony</groupId>


    
<artifactId>symphony
<artifactId>symphony-authenticator-java-jersey2-
client<
client</artifactId>


    
<version>$
<version>${symphony-api-version}</version>


</dependency>


<dependency>


    
<groupId>org
<groupId>org.symphonyoss.
symphony<
symphony</groupId>


    
<artifactId>symphony
<artifactId>symphony-agent-java-jersey2-
client<
client</artifactId>


    
<version>$
<version>${symphony-api-version}</version>


</dependency>


<dependency>


    
<groupId>org
<groupId>org.symphonyoss.
symphony<
symphony</groupId>


    
<artifactId>symphony
<artifactId>symphony-pod-java-jersey2-
client<
client</artifactId>


    
<version>$
<version>${symphony-api-version}</version>


</dependency>

(Active)

1.48.0

.NET

0.4.0

Python


Clojure

0.1.0-SNAPSHOTPeter Monks

PHP

Jira Legacy
serverJIRA (symphonyoss.atlassian.net)
serverId1a238f36-abc1-369b-9e20-eb8cf05423c5
keyCONTRIB-41


Florian de Miramon
Javascript / Node


Former user (Deleted)

Definition

  • Binding:
    • A language binding is a language-specific implementation of the Symphony REST API, that facilitates implementations is that particular language.

...