Activity Stream SDK

The Activity Stream SDK is split up in to two components

Both of these can be cloned and extended and pull-requests are welcome.

Getting started

It’s a good start to read the Getting started guide but the examples also contains boilerplate code designed to get you off to a quick start. We want to grow our message examples directory, included in the examples, considerably and with your help. Please respect those messages as a guideline for you messages but keep in mind that you can extend or alter them at will.

The Activity Stream Message Schema

The Schema directory contains the schema for AS event and entity messages.

Importing the SDK into your project

Use these maven coordinates for Java*:

<dependency>
    <groupId>com.activitystream</groupId>
    <artifactId>as-sdk</artifactId>
    <version>0.1.25</version>
</dependency>

AS SDK will be available for other languages soon

SDK Design Principles

Contact and support

Todo