Versions Compared

Key

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


Note

Document status: 

Status
colourYellow
titleDRAFT

Contents


Table of Contents
maxLevel2

Context and objective

This document is a working draft for a recommendation of what a "1.0 Stable" version of a Symphony API Language Binding should cover. The goal is that new language bindings have a central document to orient themselves when starting the project, and that projects that are getting close to "1.0 Stable" release have a checklist they can use to finalize.

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

<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-authenticator-java-jersey2-client</artifactId>
<version>${symphony-api-version}</version>
</dependency>
<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-agent-java-jersey2-client</artifactId>
<version>${symphony-api-version}</version>
</dependency>
<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-pod-java-jersey2-client</artifactId>
<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.


Users expectations

As users of a "1.0" version, one would expect:

  • Functional integrity
    • comprehensive functional coverage of public REST API, as documented on https://developers.symphony.com/ is complete, ideally for the most recent release of Symphony 
    • no unsupported or private APIs are used
    • new API endpoints or new version are incorporated into the SDK with a reasonably fast timeframe
  • Documentation integrity
  • Quality standards
    • Functional quality: All public functions of the REST API is working as expected.
    • Non-functional quality: API performance is as expected and works in the most common deployment scenarios (cloud, on-prem).