Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.22 KB

Service Directory API

Service Directory API is the client API to communicate with the back-end directory server.

SD API v1.1 is compatible with the JDK6 or greater. SD API v1.2 is compatible with the JDK7 only.

SD API v1.x communicates with directory server v1.x or v2.0 via RESTful service. SD API v2.0 communicates with directory server v2.0 only, via both RESTful and WebSocket services.

SD API v1.2 is the most recent stable version.

You can read the v1.x user guide in Wiki.

Following is the list of release references to the libraries managed under this repository:

sd-api
sd-core

Nightly Builds can be found here

Javadocs for sd-api

Javadocs for sd-core